LSP::Data::TextDocumentVersionedIdentifier
Inherits JSON::Serializable < Struct < Value < Object
Constructors
new(pull : JSON::PullParser)
Sourcenew(uri : URI = URI.new, version : Int64 = 0)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
version
The version number of this document (it will increase after each change, including undo/redo).
version=(version : Int64)
The version number of this document (it will increase after each change, including undo/redo).