Eclipse Javascript code help problem using WTP

I'm new to WTP, so excuse me if the solution to this is obvious. When I define and use a class from the same file, I get nice help on the code, I also get code help for classes from standard libraries. Unortunatly, when I try to use code and declarations from one file in another file, I no longer get nice code support features. I searched the website and tried a couple of things, so JS support is included for the project to make sure that the folder where the scripts are located is added to the list of JS source folders and even tries to create a new folder with declaration files and add it as libraries. I would really like this feature to work, so any help would be appreciated.

+3
source share
1 answer

you can try spket IDE . after installation, you need to configure your javascript profile to get help with the code.

0
source

Source: https://habr.com/ru/post/1750115/


All Articles