Beef icon indicating copy to clipboard operation
Beef copied to clipboard

[Enhancement] Theme color for member variables

Open Grimelios opened this issue 1 year ago • 0 comments

Custom themes can use the Identifier key to highlight identifiers, but there's currently no way to visually distinguish between member variables and local variables. As an example, here's a screenshot from Visual Studio where solver is a member variable of the surrounding class, while sourceSet and sourceSetIndex are local variables within the function.

image

With this distinction, I often use the this. prefix liberally, which does clarify a variable's origin at a glance, but also (arguably) clutters the code.

Grimelios avatar Sep 16 '24 14:09 Grimelios