lsp4j icon indicating copy to clipboard operation
lsp4j copied to clipboard

Support for SnippetTextEdit

Open mickaelistria opened this issue 1 year ago • 4 comments

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.

mickaelistria avatar Feb 16 '24 09:02 mickaelistria

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

nixel2007 avatar Feb 16 '24 22:02 nixel2007

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.

mickaelistria avatar Feb 16 '24 22:02 mickaelistria

If no one is working on this, maybe @hopehadfield might be interested in contributing back the custom classes in JDT-LS she has written/is writing to fill the lack of support in LSP4J.

rgrunber avatar Jul 25 '24 17:07 rgrunber

Is there an eta for 3.18

cdietrich avatar Jul 25 '24 17:07 cdietrich