Skip to content

Instantly share code, notes, and snippets.

@joaocunha
Last active December 28, 2015 16:08
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save joaocunha/7526353 to your computer and use it in GitHub Desktop.
Save joaocunha/7526353 to your computer and use it in GitHub Desktop.
Sublime Text Snippet - console.time()
<snippet>
<content><![CDATA[
console.time(${1:'timer'});
$SELECTION$0
console.timeEnd(${2:'timer'});
]]></content>
<tabTrigger>ctime</tabTrigger>
<scope>text.html,source.js</scope>
<description>console.time()</description>
</snippet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment