Skip to content

Instantly share code, notes, and snippets.

@nntndfrk
Last active July 16, 2017 16:02
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 nntndfrk/f72cd4be736a4c3f62b2e116f650c2a4 to your computer and use it in GitHub Desktop.
Save nntndfrk/f72cd4be736a4c3f62b2e116f650c2a4 to your computer and use it in GitHub Desktop.
Console.log() shortcut for VSC
{
"Console Log": {
"prefix": "clg",
"body": [
"console.log($0);"
],
"description": "Console.log() Shortcut"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment