JavaScript syntax check in eclipse

eclipse, ide, javascript, syntax-checking

Solution

Both the Web Tools Platform (WTP) and Aptana offer a quite good JavaScript editor with syntax checking. I use the later myself.

Problem

I am developing a RIA application with JavaScript in Eclipse. How can I enable JavaScript syntax check in eclipse?

Original source