Skip to content

Instantly share code, notes, and snippets.

@scottwarren
Created April 29, 2015 01:13
Show Gist options
  • Save scottwarren/5936e901a42d5cf58282 to your computer and use it in GitHub Desktop.
Save scottwarren/5936e901a42d5cf58282 to your computer and use it in GitHub Desktop.
Sublime Snippet for var_dump(); die; "debugging" for PHP
<snippet>
<content><![CDATA[
var_dump($1);
die;
]]></content>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>var_dump</tabTrigger>
<!-- Optional: Set a scope to limit where the snippet will trigger -->
<scope>source.php</scope>
</snippet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment