Answers for "visual studio comment multiple lines"

VBA
4

how to comment selection in visual studio

In Visual Studio: Ctrl+K+C will comment, Ctrl+K+U Will uncomment
Posted by: Guest on October-23-2020
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
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 comment multiple lines"

Code answers related to "VBA"

Browse Popular Code Answers by Language