Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Eclipse outline of Prototype javascript classes

Is there a way to show the structure of a javascript class declared using Prototype's Class.create function in the Eclipse outline view?

The declarations look like:

var Foo = Class.create({
  bar: function() {
    ...
  },

  baz: function() {
    ...
  },
});

At the moment all I get is "Foo:".

(A google search turned up http://marketplace.eclipse.org/content/prototypewtp, but the link to the plugin homepage is dead)

like image 588
Rob Agar Avatar asked May 07 '26 23:05

Rob Agar


1 Answers

There is the SPket plugin for eclipse wich support various js libraries. Its only free only for personal use though.

http://spket.com/prototypejs.html

like image 89
Edik Avatar answered May 10 '26 15:05

Edik



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!