0
Q:

toggle line comment vs code


********** For Mac **************
-> How to comment a block?
  
Command + K + C


-> How to uncomment a block?
  
Command + K + U
7
Ctrl + / 	-   Toggle line comment (default)
1
Toggle line comment in VS Code on MacOS:
Add comment: Command + K followed by Command + C
Remove comment: Command + K followed by Command + U
0
********** For Windows **********
-> How to comment a block?

CTRL + K + CTRL + C 

-> How to uncomment a block?

CTRL + K + CTRL + U
0

New to Communities?

Join the community