beicause / call-graph

Generate call graph for vscode in svg or graphviz dot.
Apache License 2.0
73 stars 17 forks source link

is it working on Clangd? #7

Closed simon8233 closed 8 months ago

simon8233 commented 1 year ago

Hi everyone,

I try to use it to show call graph.

It seems only display current file only. no any dependency tree

hope anyone can help clarify is it support clangd related extension.

Thanks for your reading :)

beicause commented 1 year ago

This extension simply uses vscode api and depends on the language server, I have no idea if it doesn't work.