struct

LSP::WorkspaceEdit

Inherits JSON::Serializable / Struct / Value / Object

Workspace edit

Constructors

new(changes : Hash(DocumentUri, Array(TextEdit)) | Nil = nil)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

changes=(changes : Hash(DocumentUri, Array(TextEdit)) | Nil)
Source
changes?
Source
document_changes=(document_changes : Array(TextDocumentEdit) | Nil)
Source
document_changes?
Source