eclipse-lsp4j / lsp4j

A Java implementation of the language server protocol intended to be consumed by tools and language servers implemented in Java.
https://eclipse.org/lsp4j
Other
581 stars 141 forks source link

Support for SnippetTextEdit #810

Open mickaelistria opened 4 months ago

mickaelistria commented 4 months ago

See https://github.com/microsoft/language-server-protocol/pull/1892 & https://github.com/microsoft/language-server-protocol/issues/724 SnippetTextEdit is one of the most important features of LSP for a long time as it enables much more convenient workflows for refactorings.

nixel2007 commented 4 months ago

If I understand it correctly, it is not even in master branch of specification yet.

mickaelistria commented 4 months ago

If I understand it correctly, it is not even in master branch of specification yet.

Yes, it got merged in master yesterday with https://github.com/microsoft/language-server-protocol/pull/1892 and will be part of upcoming LSP 3.18 release.