I'm developing a web application on java and I have a number of js files there. Is it possible to configure eclipse ee to make autocomplete in javascript code in js files in a java project?
How is it possible, if it's possible?
I'm developing a web application on java and I have a number of js files there. Is it possible to configure eclipse ee to make autocomplete in javascript code in js files in a java project?
How is it possible, if it's possible?
Right-click on the project (in the Project or Package Explorer), and from the Configure menu, make it a JavaScript project as well. This won't remove any Java features from the project, it will simply make it able to have the features of a JavaScript project at the same time.