Skip to content

Instantly share code, notes, and snippets.

@rc1
Created August 6, 2013 10:37
Show Gist options
  • Select an option

  • Save rc1/6163465 to your computer and use it in GitHub Desktop.

Select an option

Save rc1/6163465 to your computer and use it in GitHub Desktop.
Console.log snippet for sublime text
<snippet>
<content><![CDATA[console.log("${1:this}", ${2:this});]]></content>
<tabTrigger>l</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