Here are the options we have out of the box:

I would like finer sorting when it comes to methods. I would like to:
- Have all methods with a name that does not start with get , is or set first.
- Then use access methods (whose names begin with get, is or set).
Individually, the methods in [1] and [2] above can be sorted alphabetically. Besides my dividing normal methods into two parts, I like the existing sort order.
I find this order (with the latest access methods) better, since I am more likely to find non-access methods interesting when I maintain the class and I need to fix the error, etc.
Is there a plugin that I could use? If it is not there, will it be difficult to create this type of plugin yourself? (I have never created an Eclipse plugin.)
user14070
source share