Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how to enable matching braces option in VS2010

now i am using vs2010 trail version. i want to see the matching braces if there are multiple braces. the opening brace and the closing brace must be highlight.. how to achieve this?

Thank you, Mihir

like image 332
Mihir Avatar asked May 24 '11 03:05

Mihir


1 Answers

The link above should give you all default key mappings.

Another useful link is: Pre-defined keyboard shortcuts

I'd just like to mention a couple that I find very useful:

To jump back and forth between matching braces, you can put your cursor on either brace, and then push Ctrl-]

And also Ctrl-M Ctrl-L toggles all outlining in the current file, and Ctrl-M Ctrl-M toggles the current region

like image 139
Gustavo Mori Avatar answered Oct 05 '22 22:10

Gustavo Mori