Last active
August 29, 2015 14:17
-
-
Save oliverbenns/d5f0b7ae8629ca3db29d to your computer and use it in GitHub Desktop.
Console Log Sublime Text 3 Snippet. Allows the logged value to have the stringified version before it.
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[console.log('$1', $1);]]></content> | |
<tabTrigger>log</tabTrigger> | |
<scope>text.html,source.js</scope> | |
<description>console.log()</description> | |
</snippet> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment