hover_async


Description:

protected virtual async Hover? hover_async (Client client, TextDocumentIdentifier text_document, Position position) throws Error

The hover request is sent from the client to the server to request hover information at a given text document position.

Parameters:

text_document

the document to hover over

position

the position inside the document

Returns:

the hover information, or null if none