0

I'd like to develop some extensions to the jsdt plugin of eclipse. However i can't seem to find a detailed documentation of the extension points available in jsdt. (Something like the eclipse help provides for the eclipse core extension points).

Where can i find detailed documentation on that topic?

Chris
  • 7,675
  • 8
  • 51
  • 101

1 Answers1

1

You may find JSDT extension documentation here - JSDT Help, you may also want to browse the Eclipse wiki.

Chris
  • 7,675
  • 8
  • 51
  • 101
Eugene
  • 9,242
  • 2
  • 30
  • 29