I want to develop an eclipse plugin. Which is the best way to start?

link|improve this question

58% accept rate
feedback

6 Answers

This tutorial is a good place to start. Then you might expand your knowledge by reading one of the more recent Eclipse RCP books, such as "Practical Eclipse RCP Projects". I personally started off with the tutorial about RCP that comes with the Eclipse SDK, so might want to check it out as well - it's basically a shorter version of the first tutorial I recommended you.

link|improve this answer
feedback

Don't forget to use the Eclipse RCP package, specifically designed to build a rich client application.

alt text

See this Eclipse packages comparison table.

link|improve this answer
feedback

I have found the book Eclipse Plugins to be a good starting point

link|improve this answer
feedback

Eclipse: Building Commercial-Quality Plug-ins (2nd Edition) is a good book.

link|improve this answer
Looks like the 4th edition is coming soon: amazon.com/Eclipse-Plug-ins-4th-Eric-Clayberg/dp/0321774159/… – James Moore Sep 13 '11 at 0:02
But it looks like the 4th ed isn't due until February 25, 2012. The 3rd is available now. – James Moore Sep 13 '11 at 0:17
feedback

alt text

Contributing to Eclipse should be a very good choice.

link|improve this answer
feedback

This tutorial is also a good start: http://www.eclipsepluginsite.com/index.html

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.