Feature request: call hierarchy `textDocument/calls` in hh_server
Open
external
feature request
hack
- Dominant language
- C++
- Stars
- 18.7k
- Forks
- 3.1k
- Avg merge
- 1h 47m
- Merged PRs (30d)
- 2
Description
It'd be nice to provide the call hierarchy for a given function (both callees and callers) from hh_server to be ready when this is available in vscode. Looks like some folks are doing some of this work over in the [Microsoft/language-server-protocol](https://github.com/Microsoft/language-server-protocol/issues/468) and [Microsoft/vscode-languageserver-node](https://github.com/Microsoft/vscode-languageserver-node/pull/420).
This feature is super useful in IntelliJ. It makes exploring code and debugging so much faster :).
Contributor guide
Assessment
This issue has not been assessed yet.