Version: 4.2.3 (using KDE 4.7.0) OS: Linux Code complition does not work for inherarted methods/variables in classes with namespace. When removeing the namespaace lines from the 2 attached files, code complition works fine. Reproducible: Always Steps to Reproduce: Try auto complition for $this-> in the constructor of Object Actual Results: Only __construct is suggested. Expected Results: Show all the functions/variables of \Framework\Entity and \DomElement
Created attachment 63210 [details] 2 php classes
Created attachment 70389 [details] Code exapmle Update: Autocomplition works as expected as soon as you change class Object extends Entity { class Object extends \Framework\Entity { But Object is already in namespace \Framework\, so this should not be necessary. Attachment, better example code with a run.php to test that both definition produce the same result.
No fix in 3 years ;,,,-(
No longer reproducible with the latest version, marking as fixed.