views:

122

answers:

2

Hi there
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++?

+5  A: 

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.

Mr Fooz
+1  A: 

We also use Visual Assist X where I work; I would highly recommend it. Beyond simple highlighting it has refactorization tools, go to definition, auto completion and more.

Stephen Nutt