call-graph
call-graph copied to clipboard
Can't get both incoming and outgoing call graph's
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.
please check #1 #7 #11
@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.