Auto-complete not working for me
Hi, I've used KDevelop for two days for a C++ project. The auto-completion feature works only intermittently. Once in a while, when I type "myvar." or "myptr->" or "myclassname::", it shows a droplist with the available members. But 95% of the time, it does nothing.
It doesn't matter whether the variable is defined locally, or is a class member or namespace.
Furthermore, the behavior is not even repeatable: if the auto-complete *does* pop up, and I delete the "->" and type it again, this time auto-complete *does not* show up.
I'm using KDevelop 3.1.1 (KDE 3.3.1-3.14 Red Hat).
Any help is very much appreciated.