In VS Code the “Show Call Hierarchy” option brings up the “References” pane, which is a first class option:
This means one can do a call hierarchy lookup, navigate to another pane, and then back to this preserving the state.
In Cursor, it does not appear to be a first class pane and is instead ephemeral. “Callers of” exists independent of a pane, and doesn’t appear to be associated with any existing long-standing panes.
This means following a lookup, if we navigate to another pane, like Explorer, there is no way to return to the Call Hierarchy without doing an explicit lookup.
Steps to repro:
- Do a “Show call hierarchy” on a function
- Navigate to Explorer
- Try to get back to the “Show call hierarchy results” without looking up the results again from the code.