Answer the question
In order to leave comments, you need to log in
How to link Javascript files to see the sequence of method and function calls?
The question may be strange for programmers, but nonetheless. I have been working with java in Eclipse. All files are interconnected, you can enter any method, see where it is called from and its entire hierarchy, auto-substitution works. Is it possible to achieve this by simply having a set of js scripts, where other scripts are imported in each of them. So that you can understand what is called from which file, what refers to what, and of course, auto-substitution. If this is not possible, direct my thoughts in the right direction and tell me why. Because for me, as a beginner, it is very difficult to understand where methods and functions are called from. There are a lot of files and each one is tiring to open and look at.
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question