Is it possible to get Visual Studio or Resharper to highlight enum's with a different color?

c#, resharper, visual-studio

Solution

For VS2010 / VS2013 / VS2015 / VS2017 / VS2019:

- Tools->Options->Environment->Fonts and Colors:

- Show Settings For Text Editor

- Display Items: User Types (Enums)

- Change Item Foreground

Problem

I think code would be more readable if it highlighted enums properties with a different color to class properties.

Original source

Related problems