Answers for "visual studio multiline comment shortcut"

VBA
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
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

Code answers related to "visual studio multiline comment shortcut"

Code answers related to "VBA"

Browse Popular Code Answers by Language