This kind of feature is available in eclipse and lots of other IDEs, why doesn't it exist in visual studio?
Or it needs to be enabled somewhere?
|
This kind of feature is available in eclipse and lots of other IDEs, why doesn't it exist in visual studio? Or it needs to be enabled somewhere? | |||
|
feedback
|
|
It does exist but there are two issues with it.
| |||||||
|
feedback
|
|
I just tested in Visual Studio Express 2008 (Visual C++). When I type a brace, it will bold the brace I just typed and its matching brace. It doesn't do anything when I move the text cursor past braces. To make sure this feature is on, go to Tools, Options, Text Editor, General, and check Automatic delimiter highlighting. (Besides braces, it also highlights other pairs like parentheses, brackets, and You can change the brace matching highlight appearance in Tools, Options, Environment, Fonts and Colors, Show settings for: Text Editor, Display items: Brace Matching (Highlight). According to Automatic Brace Matching, highlighting matching braces when the text cursor moves past a brace is only available in Visual C#. In that case, you can change the matching highlight appearance by going the same place as above and modifying the Brace Matching (Rectangle) item. If you aren't using C#, you can just backspace and re-type the brace to achieve a similar effect. Alternatively, you can press Ctrl+] to move between the matching braces. | |||
|
feedback
|
|
Remember to close and reopen visual studio after you make the change in Tools -> Options.. I'm working with MS Express Windows Phone and couldn't figure out why changing the setting wasn't working.. Just save, close, reopen MS Studio | |||
|
feedback
|