LSProtocol::TextDocumentPositionParams
Inherits JSON::Serializable / Reference / Object
A parameter literal used in requests to pass a text document and a position inside that document.
Constructors
new(position : Position | Nil, text_document : TextDocumentIdentifier | Nil)
Sourcenew(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
Source