module
LSP::PartialResultParams
Included Modules
Direct including types
- LSP::CompletionParams
- LSP::DefinitionParams
- LSP::DocumentHighlightParams
- LSP::DocumentSymbolParams
- LSP::FoldingRangeParams
- LSP::SelectionRangeParams
- LSP::SemanticTokensParams
- LSP::WorkspaceSymbolParams
Defined in:
base/partial_results.params.crConstructors
Instance Method Summary
-
#partial_result_token : ProgressToken | Nil
An optional token that a server can use to report partial results (e.g.
-
#partial_result_token=(partial_result_token : ProgressToken | Nil)
An optional token that a server can use to report partial results (e.g.
Macros inherited from module JSON::Serializable
json_discriminator(field, mapping, *, default = nil)
json_discriminator
Constructor Detail
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 partial_result_token=(partial_result_token : ProgressToken | Nil)
#
An optional token that a server can use to report partial results (e.g. streaming) to the client.