Skip to content

Instantly share code, notes, and snippets.

@akullpp
Created October 5, 2023 20:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save akullpp/84e4d1a7ad3f83b3dc70f087e14b6bea to your computer and use it in GitHub Desktop.
Save akullpp/84e4d1a7ad3f83b3dc70f087e14b6bea to your computer and use it in GitHub Desktop.
console.log keybinding for vscode
[
{
"key": "cmd+shift+l",
"command": "editor.action.insertSnippet",
"when": "editorTextFocus",
"args": {
"snippet": "console.log(${TM_SELECTED_TEXT}$1)$0"
}
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment