Add paths next to references when "Show Call Hierarchy" is run
It'd be nice to add paths next to the function names that show when running "Show Call Hierarchy" to better differentiate where they're coming from.
The screenshot below is from the FastAPI repo after installing the dependencies in a .venv, opening .venv/Lib/site-packages/starlette/responses.py and then selecting "Show call hierarchy" on JSONResponse
This would match what we have for "show type hierarchy":
Dupe of https://github.com/microsoft/pylance-release/discussions/2854? Although for the example I put in there I was thinking that we'd show a class name instead of a path. Maybe we need both? Or one or the other depending on the scenario?
Yeah it seems to be a dupe, but good point that the path may not be enough. Maybe both would be a good approach? We seem to support the following format for "Show Type Hierarchy":