flybywire
flybywire

Reputation: 273972

JavaScript syntax check in eclipse

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

Upvotes: 8

Views: 14223

Answers (2)

Zef Hemel
Zef Hemel

Reputation: 6747

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

Upvotes: 3

Li0liQ
Li0liQ

Reputation: 11264

Have you looked at JSEclipse or JavaScript Editor PlugIn for Eclipse?
If you are developing using ExtJS you can get even intellisense along with syntax check using spket.

Upvotes: 1

Related Questions