Community
Participate
Working Groups
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).
It was implemented with a different issue.