Change "Toggle comment" shortcut
See original GitHub issueThe current keyboard binding for toggle comment is ctrl+1
, it can be changed to Ctrl+/
which is by far the most widely used toggle comment shortcut that I have seen
Issue Analytics
- State:
- Created 8 years ago
- Comments:22 (18 by maintainers)
Top Results From Across the Web
Toggle Comment - Visual Studio Marketplace
Toggle Comment is a simple visual studio extension to comment out/uncomment the selected lines. This is the same feature as "Ctrl + /"...
Read more >visual studio C++ toggle comment ? comment while not whole ...
As for question one, it's the same shortcut pair: Ctrl+K, Ctrl+C to toggle any comments on, Ctrl+K, Ctrl+U to toggle any comments off....
Read more >Ctrl + / to TOGGLE comment? : r/VisualStudio - Reddit
Ctrl + / to TOGGLE comment? · Goto Tools > Options > Keyboard · Select Edit.ToggleLineComment or Edit.ToggleBlockComment (whichever you want) ( ...
Read more >Changing Visual Studio keyboard shortcut for Comment...
Visual Studio does have keyboard shortcuts for Comment and Uncomment, but they are the unfortunate double-shortcut combinations: Ctrl+K, ...
Read more >How to Comment in VS Code - The VSCode Comment Shortcut
Windows: Shift + Alt + A; Mac: Shift + Option + A. Block Comment VSCode. There's one other way to comment and un-comment,...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@chends888, this can be done now through our Preferences. Please go to the menu
look for
Comment
, make double-click on it and change it toCtrl+/
.You are welcome!