Skip to content

Instantly share code, notes, and snippets.

@Bear-Foot
Created January 24, 2022 09:12
Show Gist options
  • Save Bear-Foot/c3745d5219a3585f25cecab247cea7a7 to your computer and use it in GitHub Desktop.
Save Bear-Foot/c3745d5219a3585f25cecab247cea7a7 to your computer and use it in GitHub Desktop.
Custom console.log shortcut vscode
// Place your key bindings in this file to override the defaults
[
{
"key": "ctrl+r",
"command": "editor.action.insertSnippet",
"args": {
"snippet": "console.log('${CLIPBOARD}', ${CLIPBOARD})"
},
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment