Skip to content

Instantly share code, notes, and snippets.

@dotspencer
Last active November 4, 2021 20:29
Show Gist options
  • Save dotspencer/ad0c54c0b54dd7a0a4260c3c14cc6209 to your computer and use it in GitHub Desktop.
Save dotspencer/ad0c54c0b54dd7a0a4260c3c14cc6209 to your computer and use it in GitHub Desktop.
JavaScript User Snippets in VSCode (nlog, named log) vs code
{
"Named console log": {
"prefix": "nlog",
"body": [
"console.log('$1:', $1);",
],
"description": "Log output to console"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment