Hello,
if you have a constant:
const int constant = 5;
The help text on mouse-over just says:
local variable int constant;
You can't distinguish that from a non-constant identifier. It should be more distinctive.
Hello,
if you have a constant:
const int constant = 5;
The help text on mouse-over just says:
local variable int constant;
You can't distinguish that from a non-constant identifier. It should be more distinctive.