Skip to content
Snippets Groups Projects

Add shortcut to generateDocumentComment command (issue #11)

Merged Csilla Farkas requested to merge csilla/titan.vs-code-extension:generateDocComment into main
1 file
+ 7
0
Compare changes
  • Side-by-side
  • Inline
+ 7
0
@@ -133,6 +133,13 @@
}
]
},
"keybindings": [
{
"key": "ctrl+shift+k",
"command": "titan.generateDocumentComment",
"when": "editorTextFocus"
}
],
"commands": [
{
"command": "tpdview.excludeByTpd",
Loading