Parameters for a SignatureHelpRequest.

Fields

@:optionaloptionalworkDoneToken:Null<ProgressToken>

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

position:Position

The position inside the text document.

@:optionaloptionalcontext:Null<SignatureHelpContext>

The signature help context. This is only available if the client specifies to send this using the client capability textDocument.signatureHelp.contextSupport === true

Available since

3.15.0

.