jQuery Code Assist for Eclipse

8k Views Asked by At

I am using Eclipse PDT Helios v3.6 I have tried using the jQueryWTP plugin @ http://www.langtags.com/jquerywtp/ I did what the Installation notes said. But in vain. I still am unable to get the Code Assistance. Has anyone had better luck with this? Help is greatly appreciated.

2

There are 2 best solutions below

4
On BEST ANSWER

I just went down this same route and I thought I had the same problem. Come to find out that I suppose I should have read the directions more closely as it states the code assistance is activated by using "Alt + /".

After typing $.e and then using "Alt + /", the code assist did cycle through the available jQuery functions that start with 'e'.

1
On

It worked just fine for me, with the regular code assitance keys (Ctrl-Space), within a jsp. I just tried with this one jqueryWTP0.34foCN.jar, followed all the steps. It's probably a collision between this pluggin and an another one, as you suggested.