java - Eclipse organize methods in alphabetical order -
i have large class contains 30 methods. possible automatically sort them in alphabetical order in eclipse? hoping easier find when java browsing or looking @ class outline window.
if want view class members in sorted order without modifying code can click on a/z icon on outline view, others have pointed out. alternatively, may wish sort class members in code itself, in case should right click source or source file name context sensitive menu, select source(alt-shift-s), sort members.
it pop dialog box allowing customize sort, choose desired options , click ok.
Comments
Post a Comment