class

LSP::TextDocumentIdentifier

Inherits JSON::Serializable < LSP::Initializer < Reference < Object

Text documents are identified using a URI. On the protocol level, URIs are passed as strings.

Constructors

new(pull : JSON::PullParser)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

uri

The text document's URI.

Source
uri=(uri : String)

The text document's URI.

Source