Skip to content

Instantly share code, notes, and snippets.

@blackfry
Created March 10, 2020 23:17
Show Gist options
  • Save blackfry/ab3ba603e5660117d99078f76a3b01fd to your computer and use it in GitHub Desktop.
Save blackfry/ab3ba603e5660117d99078f76a3b01fd to your computer and use it in GitHub Desktop.
console.log shortcut vs code
[
{
"key": "shift+z",
"command": "type",
"args": {
"text": "console.log()"
},
"when": "editorTextFocus"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment