Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 330739 - Provide Source > Override and implement methods functionality
Summary: Provide Source > Override and implement methods functionality
Status: RESOLVED WORKSFORME
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: PDT (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows Vista
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: PHP UI CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-20 11:21 EST by Mauro Molinari CLA
Modified: 2020-05-14 10:16 EDT (History)
1 user (show)

See Also:


Attachments

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