Issue
Is there a way , a shortcut or any setting which removes unused import from all projects ? effectively from workspace?
I found following question which states about removing from single file. href="https://stackoverflow.com/questions/5686825/remove-unused-import-from-eclipse">How to remove unused imports from Eclipse.
But I need from whole workspace?
P.S.: Let me know if there are in any case ,a plug ins available for performing same.
Solution
Key combination Ctrl+ Shift + O
- will trigger the Organize Imports
that will remove and add missing imports.
To apply it on whole workspace you just have to select the project in the view Package Explorer
and then use the key combination
Answered By - Damian LeszczyĆski - Vash
Answer Checked By - Willingham (JavaFixing Volunteer)