Just out of the blue (in other words, what did I do), I no longer have the popup list of member variables/functions as I'm typing a class object. Let's say I have:
CMyCustomClass stuff;
as I'm typing: stuff.
as soon as I type the . that popup list of all available functions for my CMyCustomClass class no longer pops up. I notice it still pops up for Standard C++ classes but not for my own any more. Is there something I've done wrong or some setting that should be checked? Thanks very much!
CMyCustomClass stuff;
as I'm typing: stuff.
as soon as I type the . that popup list of all available functions for my CMyCustomClass class no longer pops up. I notice it still pops up for Standard C++ classes but not for my own any more. Is there something I've done wrong or some setting that should be checked? Thanks very much!