signature_help_async


Description:

public async SignatureHelp? signature_help_async (Uri uri, 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:

uri

the URI of the document containing the call

position

the position inside the document

Returns:

signature help information, or null if none