2

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)?

2
  • 1
    For eclipse look at this question. Commented Oct 25, 2011 at 7:24
  • 1
    How 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. Commented Oct 25, 2011 at 9:09

2 Answers 2

1

You can use aptana for example. it can be installed as a plugin for eclipse and support various Javascript frameworks.

Sign up to request clarification or add additional context in comments.

Comments

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)

see the image

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.