Ramblings of a Coder's Mind

Got Tech? Will Hack.

K

Eclipse Plugin Development: Attaching Sources

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