Skip to content

Instantly share code, notes, and snippets.

@rogeralbp
Last active October 29, 2021 00:04
Show Gist options
  • Save rogeralbp/d111026255922d9d2926ba5d819f87cc to your computer and use it in GitHub Desktop.
Save rogeralbp/d111026255922d9d2926ba5d819f87cc to your computer and use it in GitHub Desktop.
These are some useful snippets to implement in VS Code when you are coding.
JavaScript:
{
"Console Log": {
"prefix": "clg",
"body": [
"console.log(${1:AAAAAAAAAA});"
],
"description": "Log output to console"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment