Created
January 24, 2022 09:12
-
-
Save Bear-Foot/c3745d5219a3585f25cecab247cea7a7 to your computer and use it in GitHub Desktop.
Custom console.log shortcut vscode
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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