comment shortcut visual studio code mac code example
Example 1: 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 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