I want to know how to put comments /**/ through a shortcut. I know Ctrl + K + C shortcut for // comments, but it comments on the whole line. Sometimes during debugging I want to do something like " ref string /* char[] */ lengthValue " when I try to do something.
I want to be able to comment on a specific part of the string (not the entire string) using a shortcut, for example, in " string /* char[] */ lengthValue ". ie comments only on a specific part of a similar label
I am using Visual Studio 2013
Please, help
c ++ c # visual-studio keyboard-shortcuts
Zia khattak
source share