Eclipse jQuery, javascript helper plugin?

Is there such a plugin for Eclipse? Can you help with Javascript programming and click on a function to jump to a function?

+4
source share
3 answers

There are some plugins, but they are completely buggy. The Aptana IDE currently supports jQuery, but PDT / ZendStudio does not.

I created the solution in English, but it is currently available on the Russian website. Here's the translation: jQuery in Eclipse PDT, WTP / Zend Studio for Eclipse .


You can download the file from GoogleCode right now!

This is jQuery JSDoc written by me. Just add it to the Eclipse / JavaScript / User libraries.

Enjoy! :)

+3
source

For jQuery, only jQueryWTP exists . According to the status and comments on the related side, I would not expect much from this. It is still in beta and does not seem to work in certain (newer) versions of Eclipse.

For normal Javascript coding, the built-in Javascript toolkit for Eclipse WTP is enough. Are you using Eclipse for Java EE that includes WTP?

+1
source

Get the Aptana plugin, I have tried the most (if not all) JS plugins for Eclipse, and the Aptana plugin above and above. On the Aptana Studio download page, simply select the Eclipse Plugin.

+1
source

All Articles