Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 330739

Summary: Provide Source > Override and implement methods functionality
Product: z_Archived Reporter: Mauro Molinari <mauromol>
Component: PDTAssignee: PHP UI <php.ui-inbox>
Status: RESOLVED WORKSFORME QA Contact:
Severity: enhancement    
Priority: P3 CC: wywrzal
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Windows Vista   
Whiteboard:

Description Mauro Molinari CLA 2010-11-20 11:21:26 EST
When you are editing a Java class source file within Eclipse, you can do this: right click in the editor, choose Source, then "Override and implement methods...". A dialog opens where you can select all the methods that you can override and/or implement based on the current class hierarchy and its contents (i.e.: methods that are already overridden or implemented are not shown in the dialog).

It would extremely useful to have such a functionality in PDT for PHP classes too, especially when you are implementing an interface and you don't know its details by heart (now you must open the interface, do a copy 'n' paste of its methods in your class and start to implement them).
Comment 1 Michal Niewrzal CLA 2017-08-18 05:17:40 EDT
It was implemented with a different issue.