Answers for "vs code: comment multiple lines"

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

Code answers related to "vs code: comment multiple lines"

Browse Popular Code Answers by Language