You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Methods are currently considered functions and fields are currently considered members. It would be better to categorize them as methods and fields as that more accurately describes what they are.
It seems like many extensions are super inconsistent in what they do here. So for example, member, which is currently being used for fields in rust-analyzer, is used for methods in TypeScript. This makes it impossible to properly create a theme at all that works across both TypeScript and Rust (and others).