class LSProtocol::WorkspaceEditClientCapabilities

Included Modules

Defined in:

lsprotocol/types.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(change_annotation_support : ChangeAnnotationsSupportOptions | Nil = nil, document_changes : Bool | Nil = nil, failure_handling : FailureHandlingKind | Nil = nil, metadata_support : Bool | Nil = nil, normalizes_line_endings : Bool | Nil = nil, resource_operations : Array(ResourceOperationKind) | Nil = nil, snippet_edit_support : Bool | Nil = nil) #

[View source]

Instance Method Detail

def change_annotation_support : ChangeAnnotationsSupportOptions | Nil #

[View source]
def document_changes : Bool | Nil #

[View source]
def failure_handling : FailureHandlingKind | Nil #

[View source]
def metadata_support : Bool | Nil #

[View source]
def normalizes_line_endings : Bool | Nil #

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

[View source]
def snippet_edit_support : Bool | Nil #

[View source]