Coloring instance variables in Visual Studio

前端 未结 3 1356
野趣味
野趣味 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:42

    This is not possible directly with Visual Studio. However, if you install Resharper, you will get this option (as well as many other coloration options).

提交回复
热议问题