views:

454

answers:

3

Is there such a plugin available for Eclipse? Able to assiste with Javascript programming and click on function to go to function?

+1  A: 

For jQuery there's as far only jQueryWTP. According to the status and comments at the linked side I wouldn't expect much from it. It's still in beta and it appears not to work at certain (newer) Eclipse versions.

For normal Javascript coding the builtin Javascript toolkit of Eclipse WTP suffices as far. Are you using "Eclipse for Java EE" which includes the WTP?

BalusC
Buggy and outdated :(
o_O Tync
+3  A: 

There are some plugins, but they're totally buggy. Currently, Aptana IDE supports jQuery, but PDT/ZendStudio does not.

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


You can download the file from GoogleCode now!

This is jQuery's JSDoc text written by me. Simply add it to Eclipse/JavaScript/User Libraries.

Enjoy! :)

o_O Tync
+1 cool! I'll tryout sooner or later.
BalusC
The repository is empty?
kizzx2
@kizzx2, here's the new link: http://www.sendspace.com/file/x63fqs . These 'couple of days' are still pending :))
o_O Tync
+1  A: 

Get the Aptana plugin, I've tried most (if not all) of the JS plugins for Eclipse, and the Aptana plugin is head & shoulders above the rest. On the Aptana Studio's download page, simply choose "Eclipse Plugin".

ken