SignatureHelpProvider
The signature help provider interface defines the contract between extensions and the parameter hints-feature.
Functions
Link copied to clipboard
abstract fun provideSignatureHelp(document: TextDocument, position: Position, token: CancellationToken, context: SignatureHelpContext): ProviderResult<SignatureHelp>
Provide help for the signature at the given position and document.