Skip to content

Instantly share code, notes, and snippets.

View romoo's full-sized avatar
💡
Working

Romoo romoo

💡
Working
  • Beijing, China
  • 23:44 (UTC +08:00)
  • X @romoo
View GitHub Profile
@romoo
romoo / gist:3486454
Created August 27, 2012 07:21 — forked from hzlzh/gist:3128038
console.log() snippet for Sublime Text 2
<snippet>
<!-- put this file in /packages/User/<Folder Name>/console_log.sublime-snippet then restart your Sublime Text 2 -->
<content><![CDATA[console.log($1);$0]]></content>
<tabTrigger>conl</tabTrigger>
<scope>text.html,source.js</scope>
<description>console.log()</description>
</snippet>
<snippet>
<!-- put this in another file /packages/User/<Folder Name>/console_dir.sublime-snippet then restart your Sublime Text 2 -->