struct LSP::DidChangeTextDocumentParams
- LSP::DidChangeTextDocumentParams
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
Defined in:
lsp/protocol/did_change_text_document_params.crConstructors
Instance Method Summary
-
#content_changes : Array(TextDocumentContentChangeEvent)
The actual content changes.
-
#content_changes=(content_changes : Array(TextDocumentContentChangeEvent))
The actual content changes.
-
#text_document : VersionedTextDocumentIdentifier
The document that did change.
-
#text_document=(text_document : VersionedTextDocumentIdentifier)
The document that did change.
Constructor Detail
Instance Method Detail
The actual content changes. The content changes describe single state changes to the document. So if there are two content changes c1 and c2 for a document in state S then c1 move the document to S' and c2 to S''.
The actual content changes. The content changes describe single state changes to the document. So if there are two content changes c1 and c2 for a document in state S then c1 move the document to S' and c2 to S''.
The document that did change. The version number points to the version after all provided content changes have been applied.
The document that did change. The version number points to the version after all provided content changes have been applied.