struct

LSP::SelectionRangeParams

Inherits JSON::Serializable < LSP::Initializer < LSP::PartialResultParams < LSP::Initializer < JSON::Serializable < LSP::WorkDoneProgressParams < Struct < Value < Object

Constructors

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

Instance methods

positions

The positions inside the text document.

Source
positions=(positions : Array(Position))

The positions inside the text document.

Source
text_document

The text document.

Source
text_document=(text_document : TextDocumentIdentifier)

The text document.

Source