Skip to content

Instantly share code, notes, and snippets.

@kostasx
Created October 27, 2012 01:14
Show Gist options
  • Select an option

  • Save kostasx/3962556 to your computer and use it in GitHub Desktop.

Select an option

Save kostasx/3962556 to your computer and use it in GitHub Desktop.
Sublime Text 2 Snippet: JavaScript console.log shortcut
<snippet>
<content>
<![CDATA[
console.log(${1:this});
]]></content>
<tabTrigger>clog</tabTrigger>
</snippet>
@zackexplosion

Copy link
Copy Markdown

how to use this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment