I am writing a program in Microsoft Visual Studio using C++. Recently, I noticed that the auto complete functionality that it provides has stopped working (I think it's called intellisense or something?) So now, when I'm typing code, if I write something like: className.
previously, once I had typed the .
a little dialogue box would appear listing the functions and variables that were available in that class, but now this no longer happens, and Visual Studio no longer automcompletes the names of the variables that I'm typing...
Anyone know why this is? How can I get this automcompete feature working again? I've tried going to Tools --> Options --> Text Editor --> C/C++ and in the 'Statement Completion' section, the 'Auto list members' and 'Parameter information' checkboxes are both checked...