Created
October 10, 2016 20:50
-
-
Save steriley/f70089deabcd515d5d16af5c2a90b954 to your computer and use it in GitHub Desktop.
Sublime Text console.log Snippet
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> | |
<!-- Tools -> Developer -> New Snippet..., Save As... console_log.sublime-snippet --> | |
<content><![CDATA[console.log($1)$0]]></content> | |
<tabTrigger>log</tabTrigger> | |
<scope>text.html,source.js,source.jsx</scope> | |
<description>console.log()</description> | |
</snippet> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment