Skip to content

Instantly share code, notes, and snippets.

@antonio-ivanovski
Created May 28, 2025 20:18
Show Gist options
  • Save antonio-ivanovski/a3e6546493eb0b3f71b006611d1406c6 to your computer and use it in GitHub Desktop.
Save antonio-ivanovski/a3e6546493eb0b3f71b006611d1406c6 to your computer and use it in GitHub Desktop.
[
{
"key": "cmd+shift+l",
"command": "editor.action.insertSnippet",
"when": "editorTextFocus",
"args": {
"snippet": "console.dir(${TM_SELECTED_TEXT}$1, { depth: null })$0;"
}
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment