Answers for "how to comment multiple lines 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
9

visual studio comment out multiple lines

Ctrl+K+C
Ctrl+K+U
Posted by: Guest on November-19-2019
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
1

visual studio code comment out multiple lines

mac: command + shift + /
Posted by: Guest on October-22-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

Code answers related to "how to comment multiple lines in vscode"

Browse Popular Code Answers by Language