You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like tsserver and VSCode now both support viewing call hierarchies (a tree of callers and callees for a given function). This would be a great addition to coc-tsserver.
I'm not sure if general LSP support for this would need to be added to coc.nvim as well, but happy to add that issue if so. Combined with an extension like coc-explorer this could be a very useful enhancement.
The text was updated successfully, but these errors were encountered:
It looks like tsserver and VSCode now both support viewing call hierarchies (a tree of callers and callees for a given function). This would be a great addition to
coc-tsserver
.I'm not sure if general LSP support for this would need to be added to
coc.nvim
as well, but happy to add that issue if so. Combined with an extension likecoc-explorer
this could be a very useful enhancement.The text was updated successfully, but these errors were encountered: