LSP::SignatureHelpParams
Inherits JSON::Serializable < LSP::Initializer < LSP::WorkDoneProgressParams < LSP::TextDocumentPositionParams < LSP::Initializer < JSON::Serializable < Struct < Value < Object
Constructors
new(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
Sourcenew
SourceInstance methods
context
The signature help context. This is only available if the client specifies
to send this using the client capability textDocument.signatureHelp.contextSupport === true
context=(context : SignatureHelpContext | Nil)
The signature help context. This is only available if the client specifies
to send this using the client capability textDocument.signatureHelp.contextSupport === true