Skip to content

Instantly share code, notes, and snippets.

@dflima
Last active May 3, 2017 20:23
Show Gist options
  • Save dflima/92702617d03948b998cd33859595ae86 to your computer and use it in GitHub Desktop.
Save dflima/92702617d03948b998cd33859595ae86 to your computer and use it in GitHub Desktop.
Sublime Text snippet to dump and die. Trigger it with "dd + tab"
<snippet>
<content><![CDATA[
die(var_dump(\$${1:this}));
]]></content>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>dd</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