dotfiles/sublime/.config/sublime-text-3/Packages/User/pprintvars.sublime-snippet

12 lines
352 B
XML
Executable File

<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>