struct

LSP::ClientCapabilities::WorkspaceClientCapabilities

Inherits JSON::Serializable < Struct < Value < Object

Constructors

new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

apply_edit=(apply_edit : Bool)

The client supports applying batch edits to the workspace by supporting the request 'workspace/applyEdit'

Source
apply_edit?

The client supports applying batch edits to the workspace by supporting the request 'workspace/applyEdit'

Source
workspace_edit

Capabilities specific to WorkspaceEdits

Source
workspace_edit=(workspace_edit : WorkspaceEditClientCapabilities | Nil)

Capabilities specific to WorkspaceEdits

Source