Coloring instance variables in Visual Studio

前端 未结 3 1357
野趣味
野趣味 2020-12-17 10:33

Is it possible to color instance (and static) variables in C# code in Visual Studio 2010, perhaps using a lightweight extension?

In following example name

3条回答
  •  南方客
    南方客 (楼主)
    2020-12-17 10:48

    SemanticColorizer is working for me in Visual Studio 2015, it is also available through Extensions and Updates in VS. You can edit colors in Options -> Environment -> Fonts and Colors -> Text Editor -> "Semantic *****". Most important extension is only used for code coloring, it is not some suite with thousands of features which will clog your VS.

提交回复
热议问题