I'm interested in writing eclipse plugins where do I start?

What resources have helped you?

I'm looking for:
1. Tutorials
2. Sites devoted to plugin development
3. Books

link|improve this question

67% accept rate
feedback

6 Answers

I have done quite a bit with an RCP application that made use of multiple plug-ins. This book helped me tremendously in all fronts: RCP framework and plug-in development: http://www.amazon.com/Eclipse-Rich-Client-Platform-Applications/dp/0321334612

The book walks you through the development of a IM chat client using RCP and plug-in development.

Also the eclipse site and IBM have some pretty good tutorials, here is one: http://www.ibm.com/developerworks/library/os-ecplug/

link|improve this answer
feedback

You can find a good step by step detailed tutorial here:

http://www.eclipsepluginsite.com/

Other tutorials:

http://www.ibm.com/developerworks/opensource/library/os-eclipse-snippet/index.html?ca=dgr-lnxw16RichEclipse

http://www.vogella.de/articles/EclipsePlugIn/article.html

A decent book, that I've used is "Eclipse: Building Commercial-Quality Plug-Ins".

link|improve this answer
Cool site, thanks. – JeffV Sep 7 '08 at 13:33
feedback

The RCP book mentioned above is great Also there are some older online articles on the eclipse site starting with http://www.eclipse.org/articles/Article-RCP-1/tutorial1.html. Unfortunately they are a bit out of date.

link|improve this answer
feedback

Here's all the books available for developing Eclipse Plugins: http://www.eclipseplugincentral.com/books-index-req-view_subcat-sid-4.html

link|improve this answer
feedback

As Eclipse RCP is also based on plug-ins this might also help: Eclipse RCP Introduction

link|improve this answer
feedback

Eclipse's own Help contains a Platform Plug-in Developer Guide. It is a suggested reading in IBM's site.

I'm trying to build a plugin myself. After reading a little bit of "Eclipse Plug-ins" book I missed a more tutorial style writing. Vogella tutorial is quite good. After doing it, I started reading some Eclipse code (as described by Vogella in his tutorial). And now I found the Eclipse's Help resource.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.