ide-java
ide-java copied to clipboard
Add organize imports
Add a function to organize imports like Ctrl + Shift + O in Eclipse.
Looks like this is implemented as a custom command/extension in the language server so would need command binding. https://github.com/eclipse/eclipse.jdt.ls/pull/406
FYI, this pull-request should ease the implementation if workspace/applyEdit is already supported.