Code Actions don’t seem to work with eclipse.jdt.ls #4709
Unanswered
NSchweers
asked this question in
Q&A - Ask for help with problems
Replies: 1 comment
-
It turns out that when I start entering an Identifier for something that’s missing an import and use completion to finish the process of entering it, the imports are added as needed. ALE/LSP also warns me of imports no longer needed, but the associated Code Actions seem to not do anything. It turns out that Code Actions in general are no-ops, I’ve changed the title accordingly. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have been using eclipse.jdt.ls with Doom Emacs so far, but wanted to set it up for vim and ALE as well.
It seems to be working fine so far (I’ve also used ALE for rust in the past).
Autocompletion and error reporting works fine, at least as far as I can tell.
Yet adding missing imports doesn’t work in vim and ALE, but does in Doom Emacs. So I suspect that eclipse.jdt.ls can handle this, but ALE might be missing something?
:ALECodeAction
shows me the option to add said imports, but it seems to be a noop.Can anybody help me with this?
Beta Was this translation helpful? Give feedback.
All reactions