2

I'm using eclipse 3.5 with WTP 3.0 to develop a web app using JSP and Javascript etc. Sometimes I need to embed Javascript code directly into a JSP file eg. to use a string out of the resource bundle message. My problem is, that I can not find a way to turn on Javascript syntax checking within a JSP file. Can somebody help me with this?

Thanks!

1 Answer 1

2

Looking at the JSDT wiki page, it appears that syntax checking and other features of the Javascript editor are not built into the JSP editor. I have the same complaint.

http://wiki.eclipse.org/JSDT

Note that not all the Javascript editor extension points are supported yet. I am assuming these extensions are necessary in order to integrate the Javascript editor features you want into the JSP editor.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.