| Summary: | code complition does not work for inherarted methods/variables in classes with namespace | ||
|---|---|---|---|
| Product: | [Applications] kdevelop | Reporter: | Fabian <fabian> |
| Component: | Language Support: PHP | Assignee: | kdevelop-bugs-null |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | alexander |
| Priority: | NOR | ||
| Version First Reported In: | 4.2.3 | ||
| Target Milestone: | --- | ||
| Platform: | openSUSE | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: |
2 php classes
Code exapmle |
||
|
Description
Fabian
2011-08-29 09:58:04 UTC
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. |