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 258079

Summary: Auto addition of implemented methods
Product: php Reporter: twifty
Component: EditorAssignee: Ondrej Brejla <obrejla>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.2   
Hardware: PC   
OS: Linux   
Issue Type: ENHANCEMENT Exception Reporter:

Description twifty 2016-02-20 17:16:42 UTC
When creating a new class which implements an interface, the IDE display a popup showing suggested interfaces (while typing the name). When one of these is selected, it would be great if the IDE would also populate the class with the methods from the interface.

This could also be done when extending abstract classes.