How do I set the uncomment shortcut?

  • Thread starter Thread starter bhs67
  • Start date Start date
B

bhs67

Guest
For previous versions of Visual Studio --- Tools => Options => Keyboard => Edit.UncommentSelection => Ctr+Shift+/. This removes the // in front of comments.

For Visual Studio 2019, Ctr+Shift+/ places /**/ around that line.

Note that setting Edit.CommentSelection to Ctrl+/ works fine for all versions of VS (places // in front of comments).
bhs67

Continue reading...
 
Back
Top