Skip to content

Instantly share code, notes, and snippets.

@pedrosanta
Created November 10, 2013 06:03
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 pedrosanta/7394442 to your computer and use it in GitHub Desktop.
Save pedrosanta/7394442 to your computer and use it in GitHub Desktop.
A Sublime Text snippet for JavaScript console.log().
<snippet>
<content><![CDATA[console.log(${1:"Hello World"});]]></content>
<tabTrigger>console</tabTrigger>
<scope>source.js</scope>
<description>console</description>
</snippet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment