Sublime Forum

Distinguish left values from right values

#1

When a variable is selected in the editor, all of its references will be highlighted, wouldn’t it be better if left values and right values are highlighted in different colors.

For example:

int abc, def;
abc = 5;
def = abc;

Thank you

0 Likes