sublimelsp / LSP-jdtls

Convenience package for the Eclipse JDT language server

Home Page:https://packagecontrol.io/packages/LSP-jdtls

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[BUG] Completion give exception

BanDroid opened this issue · comments

Using jdtls from commits f09438a.

Command java.completion.onDidSelect failed.

Here's a video when that happen.

This is an internal JDTLS failure and not related to LSP-jdtls. I assume that that is why Android support is still considered experimental.

This issue is unrelated to Android. A workaround was implemented in LSP-jdtls here e637730.

See eclipse-jdtls/eclipse.jdt.ls#2362