Key Shortcut for Eclipse Imports
Ctrl + Shift + O (<-- an 'O' not a zero)
Note: This shortcut also removes unused imports.
Some useful shortcuts. You're looking for the 1st one...
- Ctrl + Shift + O : Organize imports
- Ctrl + Shift + T : Open Type
- Ctrl + Shift + F4 : Close all Opened Editors
- Ctrl + O : Open declarations
- Ctrl + E : Open Editor
- Ctrl + / : Line Comment
- Alt + Shift + R : Rename
- Alt + Shift + L : extract to Local Variable
- Alt + Shift + M : extract to Method
- F3 : Open Declaration
Source Here