class

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)
Source
new(pull : JSON::PullParser)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance 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

Source
position

The position inside the text document.

Source
text_document

The text document.

Source
work_done_token

An optional token that a server can use to report work done progress.

Source