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

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

Open PrakashK94 opened this issue 1 year ago • 2 comments

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.

PrakashK94 avatar Apr 28 '23 09:04 PrakashK94

please check #1 #7 #11

beicause avatar Oct 26 '23 11:10 beicause

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

jotavemonte avatar May 24 '24 17:05 jotavemonte