Skip to content

Instantly share code, notes, and snippets.

@tomsiwik
Last active May 28, 2019 08:29
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 tomsiwik/94390b830349083f30539b8c4f50792c to your computer and use it in GitHub Desktop.
Save tomsiwik/94390b830349083f30539b8c4f50792c to your computer and use it in GitHub Desktop.
No more vscode - console.log autoimport madness
// File ▶️ Preferences ▶️ User Snippets ▶️ global.code-snippets ▶️ Save it to `.../vscode/snippets/global.code-snippets`
{
"Print to console": {
"prefix": ["console", "console.", "console.l", "console.lo", "console.log"],
"body": ["console.log($1);"],
"description": "Log output to console"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment