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...
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...