Skip to content

Instantly share code, notes, and snippets.

@AgataJot
Created October 14, 2012 15:36
Show Gist options
  • Save AgataJot/3888941 to your computer and use it in GitHub Desktop.
Save AgataJot/3888941 to your computer and use it in GitHub Desktop.
Sublime Text 2 console log snippet
<snippet>
<content><![CDATA[console.log("$1", $2);]]></content>
<tabTrigger>log</tabTrigger>
<scope>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