Answers for "how to comment selection in visual studio"

11

visual studio comment out block

ctrl+k+c Will comment out the selected chunk of code in VS Code.
Posted by: Guest on August-05-2020
4

how to comment selection in visual studio

In Visual Studio: Ctrl+K+C will comment, Ctrl+K+U Will uncomment
Posted by: Guest on October-23-2020
0

visual studio comment selected lines

Ctrl+K+C - Comment
Ctrl+K+U - Uncomment
Posted by: Guest on February-28-2021

Browse Popular Code Answers by Language