Is it possible to integrate Jquery with Eclipse?

eclipse, jquery

Solution

I have found a plugin jquerywtp to do the same. This plugin will just patch 'org.eclipse.wst.javascript.ui_xxxxxxx.jar'.

Note: it is for Jquery 1.2.6

Problem

Is it possible to integrate Jquery with Eclipse/MyEclipse? By integrating i mean, if i am working on any JSP or HTML file and i include jquery.js, then it should automatically start code assitance / autocompletion. Edited: I don't want to use APTANA ( 127 mb plugin ). If there is other way round please let me know.

Original source