Sometimes I use find references to hunt down uninitialized variables. So I'm looking for orange boxes, because those are indicates places where a variable's value will be changed. But this feature do not works with initializers: VAX should use orange color in initializer lists also.
class cSomeClass {
public:
cSomeClass() : Apple(1), Banana(0) {}
int Apple;
int Banana;
};
Please fix it as soon as possible, because this orange feature is very nice and I like it very much