| [news.eclipse.tools.jdt] Re: Order of auto method insertion |
Hello everyone,
When a new class is created that must implement an interface, the methods that are required by the interface are automatically added to the body of the new class. This is a fine convenience, however I find it a bit annoying that the interface's methods are added in alphabetical order, *not* the order in which they appear in the interface.
I've searched for a preference setting that might govern this behavior, but have thus far come up empty handed. Is there any way to influence how the order of these added methods is chosen?
Eric