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 - Auto addition of implemented methods
Summary: Auto addition of implemented methods
Status: NEW
Alias: None
Product: php
Classification: Unclassified
Component: Editor (show other bugs)
Version: 8.2
Hardware: PC Linux
: P3 normal (vote)
Assignee: Ondrej Brejla
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-02-20 17:16 UTC by twifty
Modified: 2016-02-20 17:16 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

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