class LSProtocol::SelectionRangeParams
- LSProtocol::SelectionRangeParams
- Reference
- Object
Overview
A parameter literal used in selection range requests.
Included Modules
- JSON::Serializable
Defined in:
lsprotocol/types.crConstructors
- .new(positions : Array(Position) | Nil, text_document : TextDocumentIdentifier | Nil, partial_result_token : ProgressToken | Nil = nil, work_done_token : ProgressToken | Nil = nil)
- .new(pull : JSON::PullParser)
Instance Method Summary
-
#partial_result_token : ProgressToken | Nil
An optional token that a server can use to report partial results (e.g.
-
#positions : Array(Position)
The positions inside the text document.
-
#text_document : TextDocumentIdentifier
The text document.
-
#work_done_token : ProgressToken | Nil
An optional token that a server can use to report work done progress.
Constructor Detail
def self.new(positions : Array(Position) | Nil, text_document : TextDocumentIdentifier | Nil, partial_result_token : ProgressToken | Nil = nil, work_done_token : ProgressToken | Nil = nil)
#
Instance Method Detail
def partial_result_token : ProgressToken | Nil
#
An optional token that a server can use to report partial results (e.g. streaming) to the client.
def work_done_token : ProgressToken | Nil
#
An optional token that a server can use to report work done progress.