Q:

how to uncomment in visual studio

ctrl+k+c Will comment out the selected chunk of code in VS Code.
6
ctrl+k+c to comment ctrl+k+u to uncomment in visual studio
2
shift+alt+A //Toggles comments in VScode.

//Note : You need to select only the text you wish to uncomment when uncommenting
//That is, do not select the "/*" or the "*/"
1
shift + alt + A
7

New to Communities?

Join the community