I wrote this kind of code. When I move cursor to '// HERE' and type 'a.', the member listbox comes up but it doesn't contain 'push_back' member function for example. I couldn't figure out why.
quote:Originally posted by SvenC you could try to enable "Prefer default Intellisense when available" in VAX options Text Editor/Completion.
Thank you, SvenC. That surely works on default VC .NET 2003. However, I am using STLport(http://www.stlport.org) because of its better performance of iostream. (Of course I also tried without STLport when I posted above article. The situation was totally same.)
Intellisense doesn't work well at all when STLport is installed; member completion doesn't work even if the class is not involved in STL. I guess some kind of macros or complex template definition cause Intellisense to stop. Visual AssistX works much more better than Intellisense in that situation. I know that the grammer of C++ is too complex, so I think Visual AssistX is a really great software. I am looking forward to seeing the new build. Thank you for your advice anyway.