Skip to content

Instantly share code, notes, and snippets.

@agent-simon-s
Last active November 4, 2017 03:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save agent-simon-s/c74a4a16261e51f69cc4ef8a076f2013 to your computer and use it in GitHub Desktop.
Save agent-simon-s/c74a4a16261e51f69cc4ef8a076f2013 to your computer and use it in GitHub Desktop.
Sublime: Snippit JS log vars
<snippet>
<content><![CDATA[
console.log("Hello, ${1:this}: "+${2:snippet}+\n);
]]></content>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>console.f</tabTrigger>
<!-- Optional: Set a scope to limit where the snippet will trigger -->
<!-- <scope>source.javascript</scope> -->
</snippet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment