Reputation: 63134
Eclipse has a feature "Add unimplemented methods" that adds the unimplemented methods for a class (such as when implementing an interface).
When Eclipse adds the methods it adds them in alphabetical order. Is there a way to configure Eclipse to add them in the order that they appear in the interface (or abstract class)?
Upvotes: 11
Views: 1080
Reputation: 2969
This will be available in eclipse 3.6.
https://bugs.eclipse.org/bugs/show_bug.cgi?id=140971
Upvotes: 4