how to comment multiple lines in visual studio windows code example
Example 1: comment highlighted text visual studio
ctrl+k+c Will comment out the selected chunk of code in VS Code.
Example 2: visual studio code comment out multiple lines
mac: command + shift + /
Example 3: visual studio comment out multiple lines
Ctrl+K+C
Ctrl+K+U