Struct

LspWorkspaceClientCaps

Description

struct LspWorkspaceClientCaps {
  LspWorkspaceClientFlags _flags;
  LspWorkspaceEditClientCaps _workspace_edit;
}

Workspace-specific client capabilities.

Structure members
_flags: LspWorkspaceClientFlags

The client supports applying batch edits to the workspace by supporting the request ‘workspace/applyEdit’.

_workspace_edit: LspWorkspaceEditClientCaps

Capabilities specific to WorkspaceEdits.

Since:

3.13.0.

Instance methods

lsp_workspace_client_caps_init
No description available.

lsp_workspace_client_caps_to_variant
No description available.

lsp_workspace_client_caps_get_flags

Gets the value of flags.

lsp_workspace_client_caps_set_flags

Sets the value of flags.

lsp_workspace_client_caps_get_workspace_edit

Gets the value of workspace_edit.

lsp_workspace_client_caps_set_workspace_edit

Sets the value of workspace_edit.