visual studio code comment selected lines code example
Example 1: visual studio code comment out multiple lines
mac: command + shift + /
Example 2: visual studio comment selected lines
Ctrl+K+C - Comment
Ctrl+K+U - Uncomment
mac: command + shift + /
Ctrl+K+C - Comment
Ctrl+K+U - Uncomment