Skip to content

Instantly share code, notes, and snippets.

@danramosd
Last active December 14, 2015 07:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save danramosd/5049198 to your computer and use it in GitHub Desktop.
Save danramosd/5049198 to your computer and use it in GitHub Desktop.
ST2 snippet that inserts console.log('')
<!--
Directions: In ST2 go to Tools -> New Snippet...
Replace the contents with this file.
Save the file as quicklog.sublime-snippet under ~/Library/Application Support/Sublime Text 2/Packages
Activate the snippet by typing "cl"+tab
-->
<snippet>
<content><![CDATA[
console.log("${1}")
]]></content>
<tabTrigger>cl</tabTrigger>
</snippet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment