vote up 2 vote down star
2

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 the autocomplete doesn't work. Have someone an idea, where is the problem?

Here is a screenshot:

http://bufka.ath.cx/dslr/Aptana.png

flag

1 Answer

vote up 6 vote down check

Turn on JavaScript Code Assist Feature

When you install additional AJAX library support the Code Assist for that library isn't turned on by default.

To turn on the Code Assist feature after you install additional AJAX Libraries:

Preferences > Aptana > Editors > JavaScript > Code Assist > Check jQuery

Aptana AJAX Code Assist Settings

Switch to the Aptana Perspective

If you just installed the Aptana plugin and are trying to get this to work you'll have to make sure you're using the Aptana Perspective to utilize the AJAX library Code Assist feature:

Window > Open Perspective > Other... > Aptana

Using Eclipse PDT with Aptana Plugin

I installed the Aptana plugin to Eclipse PDT and the jQuery Code Assist worked fine once I realized that I was still using the PDT PHP Perspective instead of the Aptana Perspective.

When I switched to the Aptana Perspective it started working.

Install Aptana Plugin before PDT

Sirokov pointed out that he was unable to get the Code Assist to work with PDT and Aptana Plugin unless he installed the Aptana Plugin first and then installed PDT second.

link|flag
i've checked it (bufka.ath.cx/dslr/checked.png) but after eclipse restart is still not working :( – cupakob Aug 29 at 18:52
1  
Are you also using PDT with Aptana? I have no problem with the standalone version of Aptana. I added the Aptana plugin to PDT and noticed the same problem as you. I added the Aptana plugin to Eclipse Classic and it worked fine again. So, it may be a conflict between Aptana and PDT - I know there are other annoying conflicts between PDT and Aptana as well. – jmohr Aug 29 at 22:28
I just noticed I was using PDT's PHP perspective to test this - I switched to the Aptana Perspective (Window > Open Perspective > Other... > Aptana) and it worked. So, that's another thing to check. – jmohr Aug 29 at 22:41
can you post this as answer to choose it as solution and to vote up :)? – cupakob Aug 30 at 6:49
I added the comment info to my post - I believe that's what you were requesting. I also added your answer about installing Aptana plugin first and then PDT. I'm not sure about the posting etiquette - I'll remove your bits from my answer if you'd like me to. – jmohr Aug 30 at 17:14
show 1 more comment

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.