I want to contribute to the Eclipse project (eclipse.jdt.core). People say the best way to start is to get a good grasp of the Eclipse source. But I'm not sure where to start, as all files are interlinked. Any pointers would be helpful.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
closed as not constructive by Will♦ Feb 17 at 18:12
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.
|
Understand Eclipse Architecture http://www.eclipse.org/articles/Article-Plug-in-architecture/plugin_architecture.html http://www.vogella.com/articles Go through list of bugs https://bugs.eclipse.org/bugs/ You can suggest patch for bug and get it reviewed. |
|||
|
|