Skip to content

Instantly share code, notes, and snippets.

@cabans
Last active February 12, 2021 14:02
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cabans/6d1663372b534403bd55e2a2501227b7 to your computer and use it in GitHub Desktop.
Save cabans/6d1663372b534403bd55e2a2501227b7 to your computer and use it in GitHub Desktop.
Add console log autocompletion snippet to Sublime Text
<snippet>
<!-- put this file in /packages/User/<Folder Name>/console_log.sublime-snippet then restart your Sublime Text -->
<content><![CDATA[console.log($1);$0]]></content>
<tabTrigger>log</tabTrigger>
<scope>text.html,source.js</scope>
<description>console.log()</description>
</snippet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment