1
0
réplica de https://tildegit.org/ben/dotfiles.git sincronizado 2025-07-05 14:02:02 +00:00
dotfiles/sublime/.config/sublime-text-3/Packages/User/pprintvars.sublime-snippet
2018-10-01 00:51:07 -04:00

12 linhas
352 B
XML
Ficheiro executável

<snippet>
<content><![CDATA[
echo '<pre>$1 Dump ';
print_r(${1:get_defined_vars()});
echo '</pre>';
]]></content>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>pprintvars</tabTrigger>
<!-- Optional: Set a scope to limit where the snippet will trigger -->
<scope>source.php</scope>
</snippet>