When upgrading from VS2013 to VS2017, I imported my previous environment settings but I'm encountering this odd editor behavior where the word 'String' is constantly dimmed:
The keyword 'string' is properly colored when in lowercase.
To be clear, it's using the proper color, that is, the color I'd expect when typing a classname as opposed to a keyword. But for some reason, it's dimming it the same way it would dim an unneeded 'using' statement or unreachable code.
Presumably the fix is in Options > Text Editor > C# somewhere but I can't seem to find it.