class

LSProtocol::VersionedTextDocumentIdentifier

Inherits JSON::Serializable / Reference / Object

A text document identifier to denote a specific version of a text document.

Constructors

new(uri : URI | Nil, version : Int32 | Nil)
Source
new(pull : JSON::PullParser)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

uri

The text document's uri.

Source
version

The version number of this document.

Source