Skip to content

Instantly share code, notes, and snippets.

@MonteLogic
Last active September 20, 2021 01:52
Show Gist options
  • Save MonteLogic/f9ba917a175888fb4a41e21aca142727 to your computer and use it in GitHub Desktop.
Save MonteLogic/f9ba917a175888fb4a41e21aca142727 to your computer and use it in GitHub Desktop.
snippets used in vsCode
{
"Print to console": {
"prefix": "log",
"body": [
"console.log('$1');",
"$2"
],
"description": "Log output to console"
},
"Print Comments": {
"prefix": "cmnt",
"body": [
"/** @param Type var Description */",
],
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment