Skip to content

Instantly share code, notes, and snippets.

@gj1118
Created April 19, 2018 14:20
Show Gist options
  • Save gj1118/91bddb5576668f24236a3f99ca38119e to your computer and use it in GitHub Desktop.
Save gj1118/91bddb5576668f24236a3f99ca38119e to your computer and use it in GitHub Desktop.
custom console.log snippet for Sublime text
<snippet>
<content><![CDATA[
console.log('%c ${1:this} '+ ${2:undefined}, 'background: ${3:white};font-size:18px; color: ${4:#bada55}');
]]></content>
<tabTrigger>clog</tabTrigger>
<scope>source.js</scope>
</snippet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment