Aptana Plugin for Eclipse and jQuery code assist

Viewed 82831

I want to use autocomplete for jQuery in Eclipse. The Aptana Plugin is installed:

Aptana Web Development Tools
Version: 1.5.1.25495-787Y07jbcbrChz-Tq2k383275

Support for jQuery also:

Aptana Support for jQuery
Version: 1.3.2.00005

JavaScript/WTP is installed:

JavaScript Developer Tools
Version: 1.1.1.v200906091427-77-FGBCcNBC-BeMcEeOm
Build id: 20090616035105

But the autocomplete doesn't work. Does anyone have an idea of where the problem could be?

4 Answers

I had this same question as well.

What I use is the JSDT jQuery plugin for Eclipse Indigo (has to be this version though) It has basic functionality, but I like it. There is an installation guide in the wiki.

I also use Notepad++ for the autocomplete outside of Eclipse and to run jQuery snippets in a stand alone mode. The plugin for Notepad++ is located here.

Related