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…
Right click your project
Select Properties -> Builders
Check the “JavaScript Validator” (By default, It should be)