I recently noticed that my visual studio wont go into a scope when im making classes, when i type void classname:: the list of suggested functions appears after the last :
that seems to work but when im in the scope i typethis-> the list wont appear and visual studio says that it's a global scope and it wont change...
when i change the scope manually it changes back to the global scope
vc++ 6.0 has poor intellisense but later version do it better.
when the code has errors the intellisense doesnt work well. code compiling also helps sometimes.