provideSignatureHelp
abstract fun provideSignatureHelp(document: TextDocument, position: Position, token: CancellationToken, context: SignatureHelpContext): ProviderResult<SignatureHelp>(source)
Provide help for the signature at the given position and document.
Parameters
document
The document in which the command was invoked.
position
The position at which the command was invoked.
token
A cancellation token.
context
Information about how signature help was triggered.