When we work with Java programming language, IDEs like Netbeans and Eclipse give excellent support for code hinting and syntax highlighting ect. But how to get the same support when doing jQuery coding (in a Java project)?
Asked
Active
Viewed 1,996 times
2
-
1For eclipse look at [this question](http://stackoverflow.com/questions/1351847/aptana-plugin-for-eclipse-and-jquery-code-assist). – Thunraz Oct 25 '11 at 07:24
-
1How about [this](http://stackoverflow.com/questions/1604557/how-can-i-get-jquery-code-completion-in-netbeans)? I haven't looked at it, as I'm an Eclipse user as well. If you're happy with these solutions tell me and I'll post it as an answer so you can accept it. – Thunraz Oct 25 '11 at 09:09
2 Answers
1
You can use aptana for example. it can be installed as a plugin for eclipse and support various Javascript frameworks.

Nicola Peluchetti
- 76,206
- 31
- 145
- 192
1
Amateras HTML Editor Plugin for eclipse.
- HTML / CSS / JavaScript Hilighting.
- JavaScript code completion, outline and validation.
- you can add any JS Libraries. and many other features
Just download the plugin, put the jar file in ECLIPSE_HOME/dropins.
Add JQuery or any JS libraries from Project's properties window (Project -> Properties)

jadii
- 33
- 6