Sorting methods in Eclipse

Viewed 27220

Is there an easy way to sort methods within a class in Eclipse?

2 Answers

select the class, Source > Sort Members

you can set the order in Java preferences

via Eclipe forums

Found it on the Eclipse newsgroup:

select the class, Source > Sort Members

Related