public interface XMLLanguageClientAPI
extends org.eclipse.lsp4j.services.LanguageClient
Modifier and Type | Method and Description |
---|---|
default void |
actionableNotification(ActionableNotification command)
Notification to be sent to the client with a list of commands
|
default CompletableFuture<Object> |
executeClientCommand(org.eclipse.lsp4j.ExecuteCommandParams params)
Executes the command on the client which gives an opportunity to execute a
command registered by a different Language Server
|
applyEdit, configuration, createProgress, logMessage, logTrace, notifyProgress, publishDiagnostics, refreshCodeLenses, refreshSemanticTokens, registerCapability, setTrace, showDocument, showMessage, showMessageRequest, telemetryEvent, unregisterCapability, workspaceFolders
default void actionableNotification(ActionableNotification command)
command
- default CompletableFuture<Object> executeClientCommand(org.eclipse.lsp4j.ExecuteCommandParams params)
params
- command execution parametersCopyright © 2022. All rights reserved.