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)?
-
1For eclipse look at this question.Thunraz– Thunraz2011-10-25 07:24:07 +00:00Commented Oct 25, 2011 at 7:24
-
1How about this? 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– Thunraz2011-10-25 09:09:33 +00:00Commented Oct 25, 2011 at 9:09
Add a comment
|
2 Answers
You can use aptana for example. it can be installed as a plugin for eclipse and support various Javascript frameworks.
Comments
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)