vote up 4 vote down star
2

Wouldn't it be nice to just do a keystroke and have eclipse organize all imports in all java classes instead of just the one you are looking at? Is this possible? Is there a keystroke for it?

flag

3 Answers

vote up 9 vote down check

Select the project in the package explorer and press CTRL+SHIFT+O (same keystroke as the single class version). Should work for packages, etc.

link|flag
PERFECTO Thanks Todd – mugafuga Dec 31 '08 at 17:52
vote up 1 vote down

You can edit the clean up options on save to make it organize imports. That way all of your imports will always be organized.

In eclipse 3.4 just go into Window - Preferences. In the tree view look under Java -- Editor -- Save Actions.

This is how I keep my imports organized all of the time.

link|flag
Awesome I will be adding this stuff to our repositories as well. Thanks – mugafuga Dec 31 '08 at 17:53
Hey I am using RAD7 and clean up doesn't show up when you filter.. What part of the prefs is this under so I can attempt to find it – mugafuga Dec 31 '08 at 17:55
look at the edited answer now. that should work better – jjnguy Dec 31 '08 at 18:00
Arrgh rad 7 doesn't have it bummer – mugafuga Dec 31 '08 at 20:30
Great stuff. It might save me from RSI. – bmatthews68 Jan 1 '09 at 16:25
vote up -2 vote down

Gaak no!

If anyone did this, do you know how bad it could mess up version control?

It would be absolutely horrific if two people had different optimize settings--could update every file in the repository on every check-in!

link|flag
1  
When doing this in a project we just add our project settings to version control. That way we always have the same looking code.+ – jjnguy Dec 31 '08 at 17:41
How does this work when you are one of three groups consulting for a big company, the big company doesn't do that, and every team insists on different settings? – Bill K Dec 31 '08 at 18:46

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.