Skip to content

Instantly share code, notes, and snippets.

@imjcw
Created February 9, 2017 04:20
Show Gist options
  • Select an option

  • Save imjcw/f685519a15a19f15b1c639fda8cb3047 to your computer and use it in GitHub Desktop.

Select an option

Save imjcw/f685519a15a19f15b1c639fda8cb3047 to your computer and use it in GitHub Desktop.
<snippet>
<content><![CDATA[
echo "<pre>";
var_dump(\$${1:this});
echo "</pre>";
die;
]]></content>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>vardump</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