Skip to content

Instantly share code, notes, and snippets.

@2bard
Created June 23, 2013 16:31

Revisions

  1. 2bard created this gist Jun 23, 2013.
    8 changes: 8 additions & 0 deletions dump_var.sublime-snippet
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,8 @@
    <snippet>
    <content><![CDATA[
    echo '<pre>' . print_r($0, true) . '</pre>'; exit;
    ]]></content>
    <!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
    <tabTrigger>dump</tabTrigger>
    <!-- Optional: Set a scope to limit where the snippet will trigger -->
    </snippet>