beicause / call-graph

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

Add incoming calls graph #4

Closed jotavemonte closed 2 years ago

jotavemonte commented 2 years ago

vscode's API support IncomingCalls, but the extension currenly just support outgoing calls. Incoming calls is a good feature to investigate which entrypoints leads to some code. I'll open a PR adding this funcionality.