Did you check docs and existing issues?
Neovim version (nvim -v)
v0.9.5
Operating system/version
arch
Describe the bug
jdtls-1.33.0 is missing several capabilities

jdtls have them

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.
Did you check docs and existing issues?
Neovim version (nvim -v)
v0.9.5
Operating system/version
arch
Describe the bug
jdtls-1.33.0 is missing several capabilities

jdtls have them

The missing LSP capabilities are:
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.0we are currently shipping.Steps To Reproduce
You won't be able to see references, code lens, or the rest of missing capabilities.
Expected Behavior
The
jdtls-1.33we ship from our registers should have the same level of capabilities thejdtlsshipped by mason has.