JavaScript code content assistance built in Eclipse WTP does very good job that I found even better than the same functionality in some commercial solutions, however, jQuery’s syntax is not supported (no surprise). That’s why jQueryWTP tool comes to help adding jQuery support to Eclipse WTP (and Eclipse PDT, MyEclipse which are based on WTP too.)
This is not an Eclipse plugin instead a tool to patch the existing plugin and inject jQuery’s syntax support into it. First download the tool from SourceForce; it’s a Java executable JAR so you can double-click to it or run it from command line:
java -jar jqueryWTP0.2forJQuery1.2.6.jarNow browse to plugin file
org.eclipse.wst.javascript.ui_xxxxxxx.jar
and set output directory to generate the patch. Please backup the original file and set output directory different from source one.

Select “Generate” button to get the patched file then copy over original file. Start Eclipse and open a HTML or script file to see jQuery’s functions listed on code assistance like image below.

Find more info about jQueryWTP and donate for project here.
Related Reading:
- jQuery Cookbook (Animal Guide)
jQuery simplifies building rich, interactive web frontends. Getting started with this JavaScript lib... Read More »
- Learning jQuery 1.3
Better Interaction Design and Web Development with Simple JavaScript Techniques An introduction to... Read More »
- jQuery in Action
A good web development framework anticipates what you need to do and makes those tasks easier and mo... Read More »





Hello!
I installed Eclipse Galileo (PHP) and WTP but I don’t find the plugin org.eclipse.wst.javascript.ui_xxxxxxx.jar…..
Thanks to help me
It seems working only with Eclipse 3.3 and Java 6.
You have to use java 6 to run the program.