chanhx / crabviz

🦀 A LSP-based interative call graph generator
Apache License 2.0
674 stars 22 forks source link

failed to work well with clangd #13

Closed LimingFang closed 1 year ago

LimingFang commented 1 year ago

C++, clangd, and when i clicked generate call graph, nothing happened.

chanhx commented 1 year ago

Yes, I tried the extension with clangd on some C/C++ projects, and it did have some issues: it took much longer time than expected to get the result, and no calling relationships were shown on the graph. Did you see the text "Crabviz: Generating call graph" in the status bar? If so, then it was actually running in the background, but maybe it just took too long to respond. I have been focusing on other projects recently, will look into this later.

LimingFang commented 1 year ago

Hi, thanks for replay. After I clicked, nothing happened, including the text "Crabviz: Generating call graph"

chanhx commented 1 year ago

Could you provide a link to a GitHub repository or a minimal code example that reproduces the problem?

LimingFang commented 1 year ago

somehow it worked well when I used it in another two repos😇. Thanks!