Posts by Josias • 1 point
2 posts
-
0
votes2
answers164
viewsA: Ctrl+/ shortcut in vscode
Topic solved, I really appreciate the help Ivan Antunes. My keybindings.json configuration code looks like this now: { "key": "ctrl+abnt_c1", "command": "editor.foldAllBlockComments", "when":…
-
-1
votes2
answers164
viewsQ: Ctrl+/ shortcut in vscode
I’m trying to put the shortcut Ctrl + / to comment lines in vscode, but I’m having trouble letting the shortcut complement, ie make the shortcut Ctrl + / add comments and also do the job of removing…