Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Syntax coloring of own types in Visual Studio (C++)

How can I get Visual Studio to highlight my own class types? This works fine for C# but not for C++...

like image 229
Tony the Pony Avatar asked Sep 06 '09 20:09

Tony the Pony


1 Answers

For those running Visual Studio 2010 Highlighterr may fit your needs. It's also in the MSDN Visual Studio Gallery. It leverages the improved C++ IntelliSense in 2010.

It makes you set special highlighters in Environment -> Fonts and Colors for the types it detects, but overall it works quite well from what I've seen.

like image 78
browe Avatar answered Oct 29 '22 23:10

browe