Skip to content

Commit

Permalink
added dd snippet like do a var_dump and die like laravel does
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco Monteiro authored and Marco Monteiro committed Feb 4, 2017
1 parent 3585f2a commit bb52d32
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions dd.sublime-snippet
@@ -0,0 +1,10 @@
<snippet>
<content><![CDATA[
var_dump (\$${1:variable});
die();
]]></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>

0 comments on commit bb52d32

Please sign in to comment.