beicause / call-graph

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

Can't get both incoming and outgoing call graph's #13

Open PrakashK94 opened 1 year ago

PrakashK94 commented 1 year ago

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 to get it for any function.

I am using visual studio code in ubuntu 20.

beicause commented 8 months ago

please check #1 #7 #11

jotavemonte commented 1 month ago

@PrakashK94 Can you select "Show call hierarchy" on the function context menu and share the output? The output of this native VSCode API is used to draw the graphs. If the result is also inconsistent it probably means that VSCode doesn't fully support the language that you are using or is unable to correlate the functions for some configuration reason.