V
V
vitalya_pn2014-09-06 13:02:29
JavaScript
vitalya_pn, 2014-09-06 13:02:29

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

1 answer(s)
S
Sergey, 2014-09-06
@vitalya_pn

take WebStorm, everything listed above is there.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question