Answers for "visual studio how to comment multiple lines"

VBA
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

visual basic multiline comment

'Highlight lines to comment
'Press Ctrl + K, then Crtl + C
'To uncomment: press Ctrl + K, then Ctrl + U
Posted by: Guest on January-13-2021
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 "visual studio how to comment multiple lines"

Code answers related to "VBA"

Browse Popular Code Answers by Language