struct LSP::WorkspaceEdit

Included Modules

Defined in:

lsp/workspace_edit.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def change_annotations : Hash(ChangeAnnotationIdentifier, ChangeAnnotation) #

[View source]
def change_annotations=(change_annotations : Hash(ChangeAnnotationIdentifier, ChangeAnnotation)) #

[View source]
def changes : Hash(String, Array(TextEdit)) #

Holds changes to existing resources.


[View source]
def changes=(changes : Hash(String, Array(TextEdit))) #

Holds changes to existing resources.


[View source]
def document_changes : Array(TextDocumentEdit) | Array(TextDocumentEdit | CreateFile | RenameFile | DeleteFile) | Nil #

[View source]
def document_changes=(document_changes : Array(TextDocumentEdit) | Array(TextDocumentEdit | CreateFile | RenameFile | DeleteFile) | Nil) #

[View source]