Replies: 1 comment
-
I think I find the way to expand the hierarchy. In the call tree panel, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I use nvim-lspconfig to attach clangd (which now does not provide incoming call and outgoing call) and ccls.nvim to attach ccls (which provides incoming call and outgoing call) coexisting with clangd.
In the configuration of ccls.nvim, incoming calls and outgoing calls are in the
on_attach
field as followsI encounter that the calltree of incoming calls and outgoing calls shows only the first call hierarchy, and I can not find the related configuration about depth in the doc (no matter in litee.nvim or litee-calltree.nvim).
How to fix that? Is there anything I miss?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions