prepare_call_hierarchy_async


Description:

protected virtual async CallHierarchyItem[]? prepare_call_hierarchy_async (Client client, TextDocumentIdentifier text_document, Position position) throws Error

The prepare call hierarchy request is sent from the client to the server to prepare a call hierarchy for a symbol at a given text document position.

Parameters:

text_document

the document containing the symbol

position

the position inside the document

Returns:

a list of call hierarchy items, or null