Code Highlighting in VS2005

Started by
0 comments, last by marius1930 15 years, 11 months ago
I was wondering if it's possible (either with or without a plugin) to add certain keywords to the highlighting procedure of VS2005. I'm integrating some parts of boost into my projects and I stumpled upon BOOST_FOREACH (wich I defined as foreach). It's alot easier to use this, than

for( VectorDefinition::iterator i = Vector.Begin(); i != Vector.End(); i++ )

It would be nice if I could somehow make VS to highlight foreach in blue, just as it does with all the other control statements.
Advertisement
Visual Assist X

http://www.wholetomato.com/

This topic is closed to new replies.

Advertisement