LSProtocol::SignatureHelpParams
Inherits JSON::Serializable / Reference / Object
Parameters for a SignatureHelpRequest.
Constructors
new(position : Position | Nil, text_document : TextDocumentIdentifier | Nil, context : SignatureHelpContext | Nil = nil, work_done_token : ProgressToken | Nil = nil)
Sourcenew(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
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
@since 3.15.0