Chris
Chris

Reputation: 7853

JSDT extension point reference

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?

Upvotes: 0

Views: 128

Answers (1)

Eugene
Eugene

Reputation: 9474

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

Upvotes: 1

Related Questions