简体   繁体   中英

jQuery code hinting and syntax highlighting

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

For Eclipse there is a solution described in this question.

For Netbeans have a look at this link .

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

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM