I want to know how to put the /**/ comments through shortcut. I know the Ctrl+K+C shortcut for the // comments but it comments the whole lin
/**/
//
VS 2019 I did
Tools > Options > Environment > Keyboard
Type in Edit.ToggleBlockComment and add a keybinding. I chose shft + ctrl + /
Edit.ToggleBlockComment
Or you could put comment in the search box of the keyboard section and look at all your comment keybinding shortcut options.
comment