Bracketeer for C/C++ (CDT)
Categories:
Bracketeer will show you all you need to know about the brackets in your code (highlight brackets, show information about closing brackets, etc...)
This solution will extend the C/C++ (CDT) editor.
Features:
- Coloring the brackets surrounding the cursor & brackets which have no match.
- Showing automatic comments on brackets closing: loops, functions, etc...
- Highly customizable.
Examples:
- Hints:
- Surrounding brackets:
Have you ever found yourself mesmerized by this block of code:
break;
}
}
}
}
Would life be easier if it looked like this?
break;
} // if(a==1)
} // switch(b)
} //void foo(a,b,c)
} // MyClass
And what about this?
if(((a == 1) && (b == 2)) || ((c == 3) && ((d == 4) || (e == 5))))
Once you put the cursor somewhere in this statement, the brackets surrounding your cursor would be highlighted.
Current supported editors:
- JDT (java)
- CDT (C/C++)
Additional Details
- Version Number:
- Eclipse Versions: 3.7, 3.7.1
- Organization: Chookapp
- Date Created: 23/12/2011
- Date Updated: 21/01/2012
- Development Status: Beta
- License: EPL
- Submitted by: Gil Barash
- This listing has been installed 507 times in the last 30 days.

