Reputation: 28354
how do I enable javascript support in eclipse pdt. I have aptana installed. thx
Upvotes: 1
Views: 8163
Reputation: 17049
In addition to the other answer there are ways to 'help' Eclipse with JS using JsDoc.
One example is using @memberOf
to help the outline.
Also add the jshint eclipse plugin to show problems detected by jsHint in the js editor.
Upvotes: 0
Reputation: 1483
You can install JavaScript Development Tools (JSDT): http://www.eclipse.org/webtools/jsdt/
Upvotes: 3