folke / trouble.nvim

🚦 A pretty diagnostics, references, telescope results, quickfix and location list to help you solve all the trouble your code is causing.
Apache License 2.0
5.12k stars 172 forks source link

feature: allow drilling down in call hierarchies #463

Open folke opened 1 month ago

folke commented 1 month ago
          Hi @folke, I tried it out, and it's not exactly what I expected from a call-hierarchy UI.

In such UI I expect the incoming calls entries to recursively have their parents in the tree as well. See: https://github.com/marcomayer/calltree.nvim. This way you could easily see the "call stack" of a function you're inspecting, and quickly jump to any of its ancestors.

I thought that since trouble is a tree UI, it'd be a good fit for such use-case. What do you think?

Originally posted by @shahamran in https://github.com/folke/trouble.nvim/issues/222#issuecomment-2143329683

github-actions[bot] commented 17 hours ago

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 7 days.