-
-
Notifications
You must be signed in to change notification settings - Fork 83
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Did you check docs and existing issues?
- I have read all the plugin docs
- I have searched the existing issues
- I have searched the existing issues of plugins related to this issue
Neovim version (nvim -v)
v0.9.5
Operating system/version
arch
Describe the bug
jdtls-1.33.0 is missing several capabilities

The missing LSP capabilities are:
"textDocument/codeAction"
"textDocument/codeLens"
"textDocument/hover"
"textDocument/signatureHelp"
"textDocument/references"
"textDocument/rename"
A workaround for this issue is to have both jdtls and jdtls-1.33.0 installed, but then you get the nasty notification

But it would be ideal to add the missing capabilities to the jdtls-1.33.0 we are currently shipping.
Steps To Reproduce
- Install nvim-java as specified in the readme.
- Open a example project.
You won't be able to see references, code lens, or the rest of missing capabilities.
Expected Behavior
The jdtls-1.33 we ship from our registers should have the same level of capabilities the jdtls shipped by mason has.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
