Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how to comment/uncomment XAML code in vs2010 by keyboard shortcut

I would like to know is there any keyboard shortcut available for xaml code comment and uncomment. I don't want to type all the time. is there any faster way to do it?

like image 774
masiboo Avatar asked Jun 30 '11 08:06

masiboo


People also ask

How do I uncomment in XAML?

Answers. CTRL + K, CTRL + C on the line you want to comment, or after selecting several lines. CTRL + K, CTRL + U to uncomment.

How do you uncomment a code on a keyboard?

Ctrl+K+U will uncomment the code.


1 Answers

Comment

Ctrl+K, Ctrl+C

Uncomment

Ctrl+K, Ctrl+U

like image 87
devdigital Avatar answered Sep 23 '22 21:09

devdigital