comment out vscode code example
Example 1: visual studio code uncomment multiple lines
shift+alt+A
Example 2: vs code toggle line comment mac
Toggle line comment in VS Code on MacOS:
Add comment: Command + K followed by Command + C
Remove comment: Command + K followed by Command + U
Example 3: how to comment selection in visual studio
In Visual Studio: Ctrl+K+C will comment, Ctrl+K+U Will uncomment
Example 4: comments visual studio code html
New empty HTML comment wherever: Shift + Alt + A
Example 5: comment out code visual studio
Ctrl+K+C
Ctrl+K+U