struct LSP::Data::WorkspaceClientCapabilities
- LSP::Data::WorkspaceClientCapabilities
- Struct
- Value
- Object
Overview
Workspace specific client capabilities.
Included Modules
- JSON::Serializable
Defined in:
lsp/data/workspace_client_capabilities.crConstructors
Instance Method Summary
- #apply_edit : Bool
- #apply_edit=(apply_edit : Bool)
-
#configuration : Bool
The client supports
workspace/configuration
requests. -
#configuration=(configuration : Bool)
The client supports
workspace/configuration
requests. - #did_change_configuration : DynamicRegistration
- #did_change_configuration=(did_change_configuration : DynamicRegistration)
- #did_change_watched_files : DynamicRegistration
- #did_change_watched_files=(did_change_watched_files : DynamicRegistration)
- #execute_command : DynamicRegistration
- #execute_command=(execute_command : DynamicRegistration)
-
#symbol : WorkspaceSymbol
Capabilities specific to the
workspace/symbol
request. -
#symbol=(symbol : WorkspaceSymbol)
Capabilities specific to the
workspace/symbol
request. - #workspace_edit : WorkspaceEdit
- #workspace_edit=(workspace_edit : WorkspaceEdit)
- #workspace_folders : Bool
- #workspace_folders=(workspace_folders : Bool)
Constructor Detail
Instance Method Detail
def configuration=(configuration : Bool)
#
The client supports workspace/configuration
requests.
Since 3.6.0