Ramblings of a Coder's Mind

Engineering × AI × Scale

K

Eclipse Plugin Development: Attaching Sources

Note: This post was written in 2013 and discusses technology that may be outdated. The concepts may still be relevant, but specific tools/versions have changed.

As a developer, I like to look at the source code for the libraries I use in order to understand if what I am doing is the best way to implement it or not. Though Eclipse, by default, comes with features to develop plugins, it doesn’t come with the source code for this. Getting the source is a simple, 3 step process!

Welcome to the source, Neo!

Updated (29/11/2013): More source projects added! Seems there is a nice StackOverflow question on the same (which doesn’t have an answer which meets my satisfaction). I’ll keep my post in sync with my answer on StackOverflow.

Comments