Hi all,
I have a main macro that calls other macros (let say level 1 macro). Then the “level 1” macros could call one or more “level 2” macros from “sub” folder that act as functions in other languages.
Since there are several macros, is there a way to take the main folder that contains main, level1 and level2 macros (the Testsuite) and show the dependencies of each macro? I mean, see the testsuite like a tree or diagram showing which macro calls another macro(s).
PS: Could be great if when we are over a “run /sub/macro” line, we have the option of doing double click or press some contextual button to go in a fast and easy way to that macro’s code without searching manually.
Regards