redhat-developer / vscode-java

Java Language Support for Visual Studio Code
Eclipse Public License 2.0
2.07k stars 433 forks source link

Add support for SnippetTextEdit in code actions #3730

Closed hopehadfield closed 4 weeks ago

hopehadfield commented 2 months ago

Fixes https://github.com/redhat-developer/vscode-java/issues/3686

dropdown

Requires https://github.com/eclipse-jdtls/eclipse.jdt.ls/pull/3229

rgrunber commented 1 month ago

Random fact learned : CodeAction.set(Uri, null) will clear the edits for a particular Uri but a non-null 2nd argument will merely append. See https://github.com/microsoft/vscode/issues/197315