block comment vscode mac code example
Example 1: visual studio code uncomment multiple lines
shift+alt+A
Example 2: vscode comment block of code html
********** For Mac **************
-> How to comment a block?
Command + K + C
-> How to uncomment a block?
Command + K + U
Example 3: 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 4: comment out code visual studio
Ctrl+K+C
Ctrl+K+U