This repository was archived by the owner on Nov 18, 2022. It is now read-only.
Feature request: organize use commandΒ #499
Open
Description
With eclipse + java... people hit ctrl + shift + o all the time. IntelliJ is ctrl + alt + o. This is probably the most used key short cut some people use.
Sometimes I see a lightbulb come up that can add an import, but this doesn't seem to always work. The compiler seems to output did you mean X or Y or Z when you have something you don't have a use for. This is handy that I can copy / paste it.
Unused imports are marked as unused, but don't seem to have any hint command to remove them.
However, It would be very useful IMO to have an organize command that: removed all unused, added all missing (with choice when multiple possible), and put them in a consistent order.