struct

LSP::WorkspaceEdit

Inherits JSON::Serializable < Struct < Value < Object

Constructors

new(changes : Hash(String, Array(LSP::TextEdit)) | Nil)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

changes

Holds changes to existing resources.

Source
changes=(changes : Hash(String, Array(TextEdit)) | Nil)

Holds changes to existing resources.

Source
document_changes
Source
document_changes=(document_changes : Value)
Source

Nested types