// JP opened flex table

Click to See Complete Forum and Search --> : codewarrior style bracket closing


o0dano0o
November 21st, 2001, 12:12 AM
Hi all,

I was wondering if there is a way for me to setup visual c++ so that it can show me where the matching partner bracket/paren/brace/whatever closes, in the same way that codewarrior does.

Thanks, Dan

Graham
November 21st, 2001, 09:23 AM
Go to "Tools/Customize...|Keyboard". Select "Edit" and scroll down the command list until you find "GoToMatchBrace". It may already have a key assigned to it. If not, assign one and away you go. (It works for brackets and parentheses as well.)

He who breaks a thing to find out what it is, has left the path of wisdom - Gandalf

//JP added flex table