signature_help_async


Description:

protected virtual async SignatureHelp? signature_help_async (Client client, TextDocumentIdentifier text_document, Position position) throws Error

The signature help request is sent from the client to the server to request signature information at a given cursor position.

Parameters:

text_document

the document containing the call

position

the position inside the document

Returns:

signature help information, or null if none