call-graph icon indicating copy to clipboard operation
call-graph copied to clipboard

Generate call graph for vscode in svg or graphviz dot.

Results 20 call-graph issues
Sort by recently updated
recently updated
newest added

This extension is just awesome! It would be great if we can ignore certain folders & files to keep the graph clean (without obvious calls like _map_, _forEach_, etc). Thanks...

I get a complete incoming calls graph, but no outgoing. Whenever I attempt to create an outgoing calls graph I get a graph with only 1 node, the call I...

``` Unable to install 'luozhihao.call-graph' extension because it is not compatible with the current version of VS Code (version 1.54.3). ```

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...

The package.json file specifies that the license is MIT, while the LICENSE file specifies that the license is Apache 2.0. Which is the actual one, please? Thank you.

I'm using ccls and Remote-SSH. I can use "Peek references" to see refs for the function my cursor is on. But when I try to show a callgraph, I get...

incoming call 遇到闭包的时候会中断调用链, vscode原生就不支持闭包中取上层调用方法, 我是用遍历的方式找到的上层方法.

I see I am able to get incoming call graph for few functions but for few functions I couldn't get it. But regarding outgoing call graph, I am not able...

Hello there. I have another question / suggestion: Is there a way to manage the number of levels that you want to go trough? I mean... I have a use...