neoclide / coc-java

Java extension for coc.nvim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The extended client capability: resolveAdditionalTextEditsSupport will be deprecated

jdneo opened this issue · comments

Since LSP 3.16, client can set resolveSupport to indicates which properties a client can resolve lazily on a completion item. JDT.LS will check resolveSupport to get which properties are supported in the completionItem/resolve request.

And that means there is no need to set resolveAdditionalTextEditsSupport in extendedClientCapabilities. resolveAdditionalTextEditsSupport will be deprecated.

More information, please check: