Is there a way, in Eclipse, to enable some kind of code check for Javascript inside a JSP?
I have some code between <script> tags and when a syntax error occurs I cannot easily find where the error is... This is very annoying...
NOTE in Window > Preferences > Validation I enabled Client-side Javascript validator, JSP Content validator and JSP Syntax validator...
.jsfiles, but it seems not working for code in JSP. But, I'm not sure if the problem depends on some configuration I set... What can I check?