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?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.