I wasn't able to reproduce the problem. Is that you exactly select? Can you please try if you can reproduce the problem using the following code? Are you using any other Visual Studio extensions? What did you set as your keyboard scheme?

Text version for copy-paste:
class cClass
{
int Apple;
bool IsVisible() {return false;}
};
void f()
{
return (int) msg.wParam;
cClass* foo;
foo->IsVisible();
}