T O P I C R E V I E W |
sobieh |
Posted - Mar 14 2012 : 10:46:35 AM Hello.
It would be really usefull if you could add separate colors (or some underline) for: - Class member variables - Global variables
I know there is "local symbols in bold" feature but it doesn't help much for global/class member. |
1 L A T E S T R E P L I E S (Newest First) |
feline |
Posted - Mar 14 2012 : 6:59:22 PM The idea of local symbols in bold is that the local variables go bold, so the non bold symbols will be your class member variables, and any global variables you might have.
Do you have many global variables? I generally try to avoid these, and give them a custom naming convention when I do end up using them, to make clear that they are global, so should be treated with care. |
|
|