vote up 1 vote down star

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

flag

Thanks Jen. I've been spoiled at home with various IDEs and web programming but my visual c++ at work was painful to read through – Mark Essel Nov 18 at 19:20

3 Answers

vote up 6 vote down check

you can use viusal-assist or Re-sharper

both have setting for your syntax highlightin in C# and C++

and do extra work such as make optional short key on IDE for you.

  • Develop new code faster with fewer errors.
  • Quickly understand existing code.
  • Refactor existing code making it easier to read and cheaper to maintain.
  • Eliminate time spent searching by allowing instant navigation to any file, symbol or reference.
link|flag
vote up 3 vote down

Install Visual Assist. IIRC, you can download and test it for 30 days.

Beware, though. It's quite addictive. Out of 20 Windows developers I have seen testing this, 18 had their management buy it. :)

link|flag
vote up 3 vote down

MSDN: Defining Keywords in Visual C++

link|flag
That's very good as you don't need to install anything. :) – Vova Sep 7 at 5:28

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.