deprecate java.saveActions.organizeImports#3015
deprecate java.saveActions.organizeImports#3015fbricon merged 1 commit intoredhat-developer:mainfrom
java.saveActions.organizeImports#3015Conversation
java.saveActions.organizeImports
|
Agreed. Not only that, but we also have |
|
@rgrunber do you mean we could add the organize imports support into
|
|
Yup, something as simple as rgrunber/eclipse.jdt.ls@2497722 seems to work. You can then just set We could definitely look at ways to integrate with |
Signed-off-by: Shi Chen <chenshi@microsoft.com>
48beb66 to
405715b
Compare

fix #2207, #659
A recommended way to organize imports in VS Code should be configuring generic
editor.codeActionsOnSave. In this way, the java specific configuration can be deprecated to avoid any misunderstanding (it also seems to not work now).