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

前端 未结 4 1525
太阳男子
太阳男子 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:36

    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.

提交回复
热议问题