------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. http://bugs.kde.org/show_bug.cgi?id=130033 Summary: Code completion ignores static class methods. Product: kdevelop Version: 3.3.91 Platform: unspecified OS/Version: Linux Status: NEW Severity: normal Priority: NOR Component: general AssignedTo: kdevelop-bugs kdevelop org ReportedBy: geiseri kde org Version: 3.3.91 (using KDE 3.4.0, Debian Package 4:3.4.0-0ubuntu3.5 (3.1)) Compiler: gcc version 3.3.5 (Debian 1:3.3.5-8ubuntu2) OS: Linux (i686) release 2.6.10-6-386 It seems that if I have a class: class Foo : public QObject { ... static Foo *getFoo(); ... }; Then if I type Foo::ge... It will not complete that method. What is odd is external PCS static methods and fields will show up.