JQuery Code Assist for Eclipse

I am using Eclipse PDT Helios v3.6 I tried using the jQueryWTP plugin @ http://www.langtags.com/jquerywtp/ I did what Installation notes said. But in vain. I still can't get help on the code. Is anyone lucky with this? Help is much appreciated.

+3
source share
2 answers

I just went the same route, and I thought I had the same problem. Let's go find out that, I suppose, I should read the instructions more carefully, as it indicates that help on the code is activated using "Alt + /".

After entering $ .e and then using "Alt + /", the code help went through the available jQuery functions starting with "e".

+3
source

This worked fine for me, with regular code access keys (Ctrl-Space) inside jsp. I just tried using this jqueryWTP0.34foCN.jar with all the steps. This is probably a collision between this plugin and another, as you suggested.

0
source

Source: https://habr.com/ru/post/1760449/


All Articles