Skip to content

Instantly share code, notes, and snippets.

@ScriptBytes
Created December 9, 2019 05:15
Show Gist options
  • Save ScriptBytes/b1ba413b375f771967aace63bea9cea4 to your computer and use it in GitHub Desktop.
Save ScriptBytes/b1ba413b375f771967aace63bea9cea4 to your computer and use it in GitHub Desktop.
Simple VS Code snippet
"Print to console Test": {
"prefix": "log",
"body": [
"console.log('Hello ${1:name}!!!');",
"$2"
],
"description": "Log output to console"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment