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

前端 未结 4 1524
太阳男子
太阳男子 2021-02-13 10:05

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

4条回答
  •  执笔经年
    2021-02-13 10:19

    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.

提交回复
热议问题