You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The LSP Spec now supports SnippetTextEdit, so this is possible for code actions. You may have some difficulty sending it on the language server side with the existing lsp4j library as it lacks the necessary classes, but should be possible to work around that. The language client we use (vscode-languageserver-node) also seems to now support it.
Add support for linked correction proposals, as is done in Eclipse
Currently, the same quickfix in vscode-java only gives the first option from the list.
The text was updated successfully, but these errors were encountered: