Answers for "multiline comment shortcut in vscode"

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
2

multiline comment shortcut in vscode

shift+alt+A
Posted by: Guest on September-16-2021
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
2

multiline comment in visual studio code shortcut

shift + alt + A
Posted by: Guest on April-05-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
0

vs code: comment multiple lines

how to add comment for multiple lines :
********** For Windows **********
-> How to comment a block?

CTRL + K + CTRL + C 

-> How to uncomment a block?

CTRL + K + CTRL + U
Posted by: Guest on August-10-2021

Browse Popular Code Answers by Language