How can I get Visual Studio to highlight my own class types? This works fine for C# but not for C++...
相关问题
- Sorting 3 numbers without branching [closed]
- How to compile C++ code in GDB?
- Why does const allow implicit conversion of refere
- How to know full paths to DLL's from .csproj f
- Importing NuGet references through a local project
相关文章
- How to show location of errors, references to memb
- Class layout in C++: Why are members sometimes ord
- How to mock methods return object with deleted cop
- Which is the best way to multiply a large and spar
- How to track MongoDB requests from a console appli
- C++ default constructor does not initialize pointe
- Selecting only the first few characters in a strin
- What exactly do pointers store? (C++)
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.
:)
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.
you can use viusal-assist or Re-sharper
both have setting for your syntax highlightin in
C#
andC++
and do extra work such as make optional short key on IDE for you.
MSDN: Defining Keywords in Visual C++