Skip to content

Instantly share code, notes, and snippets.

@mitchellshelton
Created September 13, 2015 12:01
Show Gist options
  • Save mitchellshelton/3342995f93956b3d4cc7 to your computer and use it in GitHub Desktop.
Save mitchellshelton/3342995f93956b3d4cc7 to your computer and use it in GitHub Desktop.
<snippet>
<content><![CDATA[
print '<pre>';
var_dump($1);
print '</pre>';$0
]]></content>
<!-- Optional: Tab trigger to activate the snippet -->
<tabTrigger>var_dump(</tabTrigger>
<!-- Optional: Description to show in the menu -->
<description>Wrap a var_dump function in preformat html tags.</description>
</snippet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment