Color Highlighting for readonly and const members
I'd like to see options in the Fonts and Color area (syntax highlighting) for readonly and const variables. That is the variables should be colored not the keywords and each should get their own color option.
I think most people resort to all caps for const, probably because they want to know it is a const. I find that when I use readonly member variables and these variables are used throughout the class, I'd like to know that they are readonly when I see them in code.
As it stand at the moment, most of the code in these lines are back (virtually no highlighting) making the code ****** to read.
1
vote