Open
Description
Currently VS code colorizes all types with the same color:
I find VS behaviour in this area a lot better since it colorizes different types differently, so just by looking at type I can immediately say, for instance, if it is a value type or reference type, which can be really helpful when working on perf-related problems:
I don't see any barriers for such thing to be in VS Code, since this is already an LSP feature (semantic tokens) and as far as I know it is already implemented in C# language server. Just need to tweak it to be able to differentiate types. And yeah, please be consistent and assign the same colors to these tokens as in VS for even better parity between IDEs