LSP::TextDocumentItem
Inherits LSP::Initializer < JSON::Serializable < Reference < Object
An item to transfer a text document from the client to the server.
Constructors
new(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
Sourcenew
SourceInstance methods
version
The version number of this document (it will increase after each change, including undo/redo).
version=(version : Int32)
The version number of this document (it will increase after each change, including undo/redo).