Skip to content

Instantly share code, notes, and snippets.

@indiefolk
Created August 8, 2013 09:15
Show Gist options
  • Save indiefolk/6183050 to your computer and use it in GitHub Desktop.
Save indiefolk/6183050 to your computer and use it in GitHub Desktop.
Sublime Snippet - Type log and press tab to make console.log(); Save to: /Library/Application Support/Sublime Text 3/Packages/User/console.log.sublime-snippet
<snippet>
<content><![CDATA[
console.log($1);
]]></content>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>log</tabTrigger>
<!-- Optional: Set a scope to limit where the snippet will trigger -->
<scope>source.js</scope>
</snippet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment