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 - Assigning docs from another class for autocompletion purposes(mixins)
Summary: Assigning docs from another class for autocompletion purposes(mixins)
Status: RESOLVED FIXED
Alias: None
Product: php
Classification: Unclassified
Component: Editor (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal with 1 vote (vote)
Assignee: junichi11
URL:
Keywords: PATCH_AVAILABLE
Depends on:
Blocks:
 
Reported: 2014-02-12 07:36 UTC by Sw3rtas
Modified: 2018-06-29 19:54 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments
proposed patch (64.11 KB, patch)
2017-07-26 23:09 UTC, junichi11
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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