module

LSP::TextDocumentPositionParams

Inherits LSP::Initializer < JSON::Serializable

Constructors

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

Instance methods

position

The position inside the text document.

Source
position=(position : Position)

The position inside the text document.

Source
text_document

The text document.

Source
text_document=(text_document : TextDocumentIdentifier)

The text document.

Source