Currently "Organize imports" will do three things:
- Add missing imports
- Remove all unused imports
- Sort existing imports
And there are serveral requests about feature "Organize imports":
Organize import without sorting:
Organize imports (and other code actions) in multiple files:
We can find rooms to improve. Although we have configuration java.completion.importOrder, it's not such visible and it's hard to "hardcode" a package list for some users. In this way, we can have serveral points to improve:
Currently "Organize imports" will do three things:
And there are serveral requests about feature "Organize imports":
Organize import without sorting:
Organize imports (and other code actions) in multiple files:
We can find rooms to improve. Although we have configuration
java.completion.importOrder, it's not such visible and it's hard to "hardcode" a package list for some users. In this way, we can have serveral points to improve: