Hello guys. Does anybody know where I can find `In...
# intellij
a
Hello guys. Does anybody know where I can find
Introduce import alias
while refactoring? I'm using
2024.3.5
version of the IntelliJ IDEA. I was there recently but I can't find it any more?
s
I'd start by searching for it under Actions (Cmd + Shift + A or Ctrl + Shift + A). That should find the action to do the refactoring (if the cursor is positioned on a refactorable thing), but it'll also find the settings page where you can check whether it's enabled in the Intentions menu
FWIW it's working normally for me in 2024.3.5
a
Hmmm... Not working for me...
Also I can't see it here...
Neither here...
s
That last one is super weird, it definitely should be there, even if it's missing from the other menus 😬
w
The other thing to check is whether you're using K2 plugin and if the refactoring present in K1
a
I'm using K2...
w
So if the refactoring is present in K1 then there's the answer — you can either enjoy stability and code analysis improvements, or productivity more refactorings
K 1
🤦 1
a
IDEA-370230
Introduce import alias
is missing for refactoring
a
Thanks.