View source
typedef SignatureHelpParams
package languageServerProtocol.protocol
import languageServerProtocol.protocol.Protocol
Parameters for a SignatureHelpRequest.
Fields
optionalworkDoneToken:Null<ProgressToken>
An optional token that a server can use to report work done progress.
optionalcontext: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
.