How to remove unwanted Java imports in IntelliJ (alternative of eclipse Ctrl + Shift + O)


If you have been using Eclipse IDE for Java programming then you must be familiar with the key combinations Ctrl + Shift + O used to remove the unwanted imports from a Java Class.

In Idea IntelliJ the key combinations are different, you would need to use Ctrl + Shift + Enter to remove wanted imports from a Java Class.

Remove unwanted Java imports shortcut intelliJ
Remove unwanted Java imports shortcut intelliJ

Hover over the unwanted import (you would see them in gray color) and you would see Optimize imports followed by shortcut details.

Related Links:

https://code2care.org/pages/configure-eclipse-keymap-in-intellij-ide

https://code2care.org/pages/eclipse-like-auto-import-shortcut-in-intelij-ide-android-studio
Copyright © Code2care 2024 | Privacy Policy | About Us | Contact Us | Sitemap