ide-java icon indicating copy to clipboard operation
ide-java copied to clipboard

Add organize imports

Open BuZZ-dEE opened this issue 7 years ago • 2 comments

Add a function to organize imports like Ctrl + Shift + O in Eclipse.

BuZZ-dEE avatar Feb 16 '18 10:02 BuZZ-dEE

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

damieng avatar Feb 16 '18 21:02 damieng

FYI, this pull-request should ease the implementation if workspace/applyEdit is already supported.

gorkem avatar Feb 27 '18 03:02 gorkem