I have an issue in Intellij IDEA. Let's assume that after pretty heavy refactor we have changed one of the package's name.
As you can see in the example below, package name changed from kmi
to something different.
In terms of optimizing imports, ctrl
+ alt
+ o
doesn't handle this case
Is there a shorthand that is working on IntelliJ? Definition of shorthand - It is NOT deleting invalid imports and importing them back again. I wonder if IntelliJ can handle it by one shortcut possibly
To be precise - this is NOT duplicate of IntelliJ Organize Imports because this shortcut doesn't handle my case