Click here to Skip to main content
15,884,099 members
Articles / Programming Languages / C#

Automatic highlighting of matching braces for Visual Studio C++

Rate me:
Please Sign up or sign in to vote.
4.47/5 (12 votes)
5 Nov 2008GPL33 min read 115K   1K   27  
This add-in enables highlighting of matching braces next to the cursor for Visual Studio C++.
MatchingBraces 0.2

Plugin for Visual Studio 2008/2005 C++ to enable automatic highlighting of matching braces.


VS C++ only highlights matching braces if written the first time. With this plugin
all matching braces on the left side of the cursor will be highlighted.


Usage:

- Put the cursor on the right side of a brace using the mouse or the keybaord.
- If the brace have a matching one both braces will be highlighted bold.
 

Install:

  Copy "MatchingBraces.dll" and "MatchingBraces.AddIn" from the "readyplugin" folder to 
  "C:\Users\Username\Documents\Visual Studio 2008\Addins"
   

Copyright 2008, Jochen Baier, email@jochen-baier.de
License: GPL version 2

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The GNU General Public License (GPLv3)


Written By
Germany Germany
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions