class LSP::WorkspaceEditClientCapabilities

Included Modules

Defined in:

base/capabilities/workspace_edit_capabilities.cr

Constructors

Instance Method Summary

Macros inherited from module JSON::Serializable

json_discriminator(field, mapping, *, default = nil) json_discriminator

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(**args) #

[View source]

Instance Method Detail

def document_changes : Bool | Nil #

The client supports versioned document changes in WorkspaceEdits


[View source]
def document_changes=(document_changes : Bool | Nil) #

The client supports versioned document changes in WorkspaceEdits


[View source]
def failure_handling : FailureHandlingKind | Nil #

The failure handling strategy of a client if applying the workspace edit fails.


[View source]
def failure_handling=(failure_handling : FailureHandlingKind | Nil) #

The failure handling strategy of a client if applying the workspace edit fails.


[View source]
def resource_operations : Array(ResourceOperationKind) | Nil #

The resource operations the client supports. Clients should at least support 'create', 'rename' and 'delete' files and folders.


[View source]
def resource_operations=(resource_operations : Array(ResourceOperationKind) | Nil) #

The resource operations the client supports. Clients should at least support 'create', 'rename' and 'delete' files and folders.


[View source]