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?
|
2
|
|
|
|
|
|
Select the project in the package explorer and press CTRL+SHIFT+O (same keystroke as the single class version). Should work for packages, etc. |
||
|
|
|
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. |
||||||||||
|
|
|
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! |
||||||
|
