[VS 7.1] shortcut for matching bracket in VS editor

D

dink

helo,

I'm new to VS 7.1, searched thru help but no luck. Anyone can tell me a
keyboard shortcut to go to the ending bracket when cursor is under opening
bracket and vice-versa. I think there must be something like this b/c I see
the matching brackets getting bold for a second while writing the code.

regards
 
R

Robert Hanson

Hello,

You can use the CTRL-Right Bracket key combination to find the matching
bracket.

Best Regards,


--
Bob Hanson
Centare Group, Ltd. - Custom
Software and Systems Integration
Specialists
http://www.centare.com
 
C

Chris

dink said:
helo,

I'm new to VS 7.1, searched thru help but no luck. Anyone can tell me a
keyboard shortcut to go to the ending bracket when cursor is under opening
bracket and vice-versa. I think there must be something like this b/c I see
the matching brackets getting bold for a second while writing the code.

regards

You can find the shortcuts under menu Tools -> Customize, click on the
Keyboard button. You will see the list of all the commands to which
shortcuts can be assigned, in particular Edit.GotoBrace currently
associated to Ctrl+^.

Chris.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top