This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 241740

Summary: Assigning docs from another class for autocompletion purposes(mixins)
Product: php Reporter: Sw3rtas
Component: EditorAssignee: junichi11
Status: RESOLVED FIXED    
Severity: normal CC: junichi11
Priority: P3 Keywords: PATCH_AVAILABLE
Version: 7.4   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:
Attachments: proposed patch

Description Sw3rtas 2014-02-12 07:36:48 UTC
PHP allows to implement multiple inheritance not only with traits, but also with magic function __call(). It is widely used, for example in Yii framework, CakePhp, Symfony, Propel and Doctrine. So it would be extremely useful to have auto complete for methods and properties of those classes.

Example:
http://stackoverflow.com/questions/356128/can-i-extend-a-class-using-more-than-1-class-in-php

PhpStorm has implemented this feature, here is discussion which might help to clarify some points:
http://youtrack.jetbrains.com/issue/WI-1730
Comment 1 junichi11 2017-07-26 23:09:47 UTC
Created attachment 164841 [details]
proposed patch