Skip to content

Instantly share code, notes, and snippets.

@grevory
Last active December 10, 2015 14:08
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 grevory/4445837 to your computer and use it in GitHub Desktop.
Save grevory/4445837 to your computer and use it in GitHub Desktop.
A quick-reference snippet for sublime that creates a console.log() call.
<snippet>
<content><![CDATA[
console.log(${1:this});
]]></content>
<tabTrigger>cons</tabTrigger>
</snippet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment