Skip to content

VS parity: colorize different types differently #5924

Open
@DoctorKrolic

Description

@DoctorKrolic

Currently VS code colorizes all types with the same color:
Code_WSW0951Rub
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:
devenv_UJjHayGznZ
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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions