beicause / call-graph

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

Fix call hierarchy break at func() block #21

Open shenguanjiejie opened 3 months ago

shenguanjiejie commented 3 months ago

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