|
|
|
|
|
by bern4444
698 days ago
|
|
I downloaded this and opened up a React based project that uses functions and not classes. I'm not seeing the sideways facing arrows to show the call stack of the function I'm looking at and have my cursor in - the functions that call the function I'm looking at and the functions that reference the function I'm looking at. It seems the sideways arrows in the demo only appear for class based methods and not plain functions :( Overall I love the idea and have wanted a graph visualization of a codebase showing every function call, who calls it, and who it is called by which this seems to do but for classes. Hope to see this working for functions as well soon! Great work. |
|
Are you using JSX components? I'll try to repro this on my end.