I have a large code base written on expect/TCL version 5.39. I need to get a good understanding of the flow, is there a good dependency graph generator for TCL or a great TCL IDE which takes me to the procedure/variable definition/declaration when I ctrl+click(or something similar) on the user procedure.
Is there a way to do this?