I want to use some R#'s code color identifiers, but I can't as R# defines its own color for all Type identifiers. This overrides VS's option to have different colors for Enums, Structs, Classes, Interfaces and Delegates.
The request is this – since VS already supports coloring Types, rather than extend R# to support all types (which is an option), just remove R#'s type coloring. The user can already customize those since VS exposes them. The rest of the identifiers should be customizable.
I use different colors for each kind of type and since R# overrides this with a single color, I must disable the feature. Code is just much easier to read with a color per kind of type.
Thanks,
--Oren