java - How to remove unused imports using Eclipse and not reorganize it? -


organize imports (<ctrl>+<shift>+o) known feature of eclipse.
how remove unused imports, not reorganize (not unfold .* , not change line ordering)?

you can try menu source / clean / use custom profile , configure "remove unused imports".


Comments