Answers for "toggle line comment vs code"

11

vscode comment block of code html

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


-> How to uncomment a block?
  
Command + K + U
Posted by: Guest on August-01-2020
1

toggle line comment vs code

Ctrl + / 	-   Toggle line comment (default)
Posted by: Guest on November-10-2020
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

Browse Popular Code Answers by Language