Replies: 2 comments
-
|
I do not see call hierarchy or LSP type hierarchy support in the current language-server feature set. The documented LSP support table lists related navigation features such as goto declaration/type/implementation, find references, document/workspace symbols, selection range, rename, etc., but not call hierarchy or type hierarchy. In the source, the reference-finder language-server extension registers handlers for:
Those handlers advertise So this looks like a feature request rather than an existing option to enable. Implementing it would need new LSP handlers/capability registration plus model support for incoming/outgoing calls and type hierarchy items. |
Beta Was this translation helpful? Give feedback.
-
|
I'd certainly be open to adding support. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Are there any plans to implement the call and type hierarchy LSP methods?
These seem like quite useful features and would definitely help with navigating larger codebases.
Love ya work though.
Beta Was this translation helpful? Give feedback.
All reactions