Skip to content
Snippets Groups Projects
Commit 51e894ea authored by Csilla Farkas's avatar Csilla Farkas
Browse files

Add shortcut to generateDocumentComment command (issue #11)


Signed-off-by: default avatarCsilla Farkas <csilla.farkas@sigmatechnology.com>
parent c1e32dc3
No related branches found
No related tags found
1 merge request!29Add shortcut to generateDocumentComment command (issue #11)
......@@ -133,6 +133,13 @@
}
]
},
"keybindings": [
{
"key": "ctrl+shift+k",
"command": "titan.generateDocumentComment",
"when": "editorTextFocus"
}
],
"commands": [
{
"command": "tpdview.excludeByTpd",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment