Created
December 4, 2014 19:42
-
-
Save whyisjake/18f1978858c6c61366d6 to your computer and use it in GitHub Desktop.
PHP Console Add this to ~/Library/Application Support/Sublime Text 2/Packages/User
This file contains 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[?><script>console.log(<?php echo json_encode( \$${1:this} ); ?>);</script><?php]]></content> | |
<tabTrigger>phpconsole</tabTrigger> | |
<scope>source.php</scope> | |
<description>PHP Console</description> | |
</snippet> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment