Vim's % command does bracket matching,1 and NetBeans has bracket matching built-in.2 Bracket matching can also be a tool for code navigation. In Visual Studio3 C++ 6.0, bracket matching behavior was set to ignore brackets found in comments. In VSC 7.0, its behavior was changed to compute commented brackets.4 IntelliJ IDEA's Ruby on Rails plugin also enables bracket matching.5 It has been proposed that Perl 5 be modified to facilitate bracket matching.6 The Microsoft Excel 2003 formula bar has parentheses matching. Its implementation shows all the pairs of parentheses as different colors, so it is possible to easily analyze them all at once.
In this example, the user has just typed the closing curly brace '}' defining a code block, and that brace and its corresponding opening brace are both highlighted.
Norm Matloff's Text-Editor Web Page for Programming Students http://heather.cs.ucdavis.edu/~matloff/ProgEdit/ProgEdit.html#L2314 ↩
"Overview (Editor Braces Matching)". Archived from the original on 2012-05-25. Retrieved 2008-03-09. https://web.archive.org/web/20120525034649/http://bits.netbeans.org/dev/javadoc/org-netbeans-modules-editor-bracesmatching/overview-summary.html ↩
Automatic Brace Matching in Visual Studio http://msdn.microsoft.com/en-us/library/be94e8aw.aspx ↩
Feedback: braces matching behavior http://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=100587 ↩
"IntelliJ IDEA supports Ruby and Ruby on Rails | AjaxLine". Archived from the original on 2010-09-22. Retrieved 2008-03-09. https://web.archive.org/web/20100922121814/http://ajaxline.com/node/344 ↩
Brace-matching for Perl Regular Expressions – perl6 http://dev.perl.org/perl6/rfc/145.html ↩