views:

10556

answers:

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?

+20  A: 
jmohr
i've checked it (http://bufka.ath.cx/dslr/checked.png) but after eclipse restart is still not working :(
cupakob
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
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
can you post this as answer to choose it as solution and to vote up :)?
cupakob
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
i think, ist okay ;) thanks a lot for the help....
cupakob
A: 

The problem for me was that PDT was only showing its tooltips when I actually made a new PHP project. I was accessing my files remotely through the Aptana plugin's FTP system.

Mike