prepare_call_hierarchy_async


Description:

public async CallHierarchyItem[]? prepare_call_hierarchy_async (Uri uri, 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:

uri

the URI of the document containing the symbol

position

the position inside the document

Returns:

a list of call hierarchy items, or null