vscode-java icon indicating copy to clipboard operation
vscode-java copied to clipboard

Add support for SnippetTextEdit in code actions

Open hopehadfield opened this issue 1 year ago • 1 comments

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

dropdown

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

hopehadfield avatar Jul 31 '24 18:07 hopehadfield

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

rgrunber avatar Aug 20 '24 18:08 rgrunber