Last active
May 13, 2016 13:51
-
-
Save dotenorio/faa7fffe82c0cdc30e74e5d9d8b65233 to your computer and use it in GitHub Desktop.
Sublime Snippet PHP: show formated var_dump and exit
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<snippet> | |
<content><![CDATA[ | |
echo "<pre>"; var_dump(${1}, true); "</pre>"; exit(); | |
]]></content> | |
<tabTrigger>vdp</tabTrigger> | |
<scope>source.php</scope> | |
<description>show formated var_dump and exit</description> | |
</snippet> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment