LSP-jdtls icon indicating copy to clipboard operation
LSP-jdtls copied to clipboard

Convenience package for the Eclipse JDT language server

Results 8 LSP-jdtls issues
Sort by recently updated
recently updated
newest added

Hi Rafal, First, many thanks to you for your work to make this Sublime Text plugin (package) available. It's much appreciated :-) I see you recently updated it to include...

After first install LSP + LSP-jdtls I got it working. After a few days, it stop working with this error in the [picture here.](https://www.dropbox.com/s/j2nai7pr4apyb4w/Screenshot%20from%202022-06-10%2015-24-27.png?dl=0) I managed to get it back...

bug
needs more info

Currently, JDTLS does not announce inlay hint support. Inlay Hints are therefore enabled manually in https://github.com/sublimelsp/LSP-jdtls/commit/320929bb97a9c124091fe9ec956df3acd6f44491.

upstream

Depends on https://github.com/eclipse/eclipse.jdt.ls/issues/2362 Currently, `java.completion.onDidSelect` commands fail and do not produce a response. Until the issue is fixed on jdtls side, the command is not sent to the server.

upstream

Using jdtls from commits f09438a. ``` Command java.completion.onDidSelect failed. ``` Here's a [video](https://drive.google.com/file/d/10pPxXKLnRW4ds3Jqa6DHmwd-2j0LUuFJ/view?usp=drivesdk) when that happen.

bug
upstream

Workaround: download a newer JDK and set "java.home" property in LSP-jdtls.settings, e.g. ``` { "settings": { "java.home": "/usr/lib/jvm/java-19-openjdk/" } } ``` Suggested change in LDP-jdtls; error message if java version...

There are actually two variants of this language server. One for single-file mode and one for project-mode. Currently only the project-mode variant is used. If the user opens a single...

enhancement
needs more info

And other plugins to their up-to-date versions. Fixes #48.