Answers for "shortcut to comment multiple lines in visual studio code"

1

shortcut to comment multiple lines in visual studio code

********** For Mac **********
-> How to comment a block?

CMD + K + C 

-> How to uncomment a block?

CMD + K + U
Posted by: Guest on June-16-2021
3

how to comment multiple lines in vscode

********** For Windows **********
-> How to comment a block?

CTRL + K + CTRL + C 

-> How to uncomment a block?

CTRL + K + CTRL + U
Posted by: Guest on October-16-2020

Code answers related to "shortcut to comment multiple lines in visual studio code"

Browse Popular Code Answers by Language