visual studio multiple line comment code example
Example 1: visual studio code comment out multiple lines
mac: command + shift + /
Example 2: visual studio comment out multiple lines
Ctrl+K+C
Ctrl+K+U
Example 3: visual basic multiline comment
'Highlight lines to comment
'Press Ctrl + K, then Crtl + C
'To uncomment: press Ctrl + K, then Ctrl + U