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 253457

Summary: When creating new function, add option for parent class
Product: php Reporter: fiala.premysl
Component: EditorAssignee: Ondrej Brejla <obrejla>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.0.2   
Hardware: PC   
OS: Windows 7   
Issue Type: ENHANCEMENT Exception Reporter:

Description fiala.premysl 2015-07-14 08:36:45 UTC
Scenario:
Class A {}
Class B extends A {}

Class C extends A 
{
....
 $this->doSomethingCommon(); // Alt + enter for create function hints
....
}

I would like to have option for creating function in parent/(interface/trait). Now I can only create function in "C" class.