Reputation: 55
I use a clean installation of Eclipse PDT 2023-09 on Windows 10. The plugin Wild Web Development is installed and enabled. How to add support for JQuery code assistant (autocomplete)? I tried many solutions that I found on the Internet without any success. It seems all these solutions are old and don't work for this release.
Upvotes: 0
Views: 78
Reputation: 1
Had the same challenge too, am also running 2023-09 release, the solutions out there are too old for this release.
Then I got the clue from this (old) solution "Global Way":
https://www.riksoft.it/wikiriks/ide/eclipse-jquery-code-completion
Add jQuery.js to Include Path:
Not an elegant one but works for the purpose and as I already spent (too much) time on this so I'm just happy to move on ;-)
Upvotes: 0