Search code examples
c++cvisual-studio-2005visual-c++-2005codehighlighter

C/C++ codehighlighter in visual studio 2005


I just starting using VS2005 and I wish to have code highlighting in C/C++. The VS menu Tools->Options->TextEditor->C/C++ is very poor.
I come from PHP and there the IDE's are very friendly when is about highlighting. I didn't expect that Visual Studio to be so poor at this kind of options.

Can you recommend me a free tool/plugin/lib in order to have code highlighting for C/C++?


Solution

  • It's not free, but Visual Assist X has some really nice highlighting.

    Another (suboptimal for you) solution is to switch editors. Emacs is infinitely configurable. I believe that Eclipse CDT and NetBeans have better syntax highlighting.