We use eclipse development, often need to look at the source code, unfortunately Eclipse does not have Android studio so convenient to view the source code, just go to the internet, found a plug-in Java Source under Eclipse Attacher can be implemented to download the source code function:
Official website: Http://marketplace.eclipse.org/content/java-source-attacher#.U5RmTePp0QI
CSDN Download: http://download.csdn.net/detail/caiwenfeng_for_23/9557398
Installation method:
Download the plugin and drop it into the Dropins directory under Eclipse's installation directory to restart Eclipse
How to use:
Right-click on the jar package where you want to add the source code, select "Attach Java source", and then do not have the control, the plug-in will be networked search source code, download and attach to the jar package. You can see the background task running in the lower right corner of the Eclipse status bar.
It's as simple as this!
Reprint: http://blog.csdn.net/caiwenfeng_for_23/article/details/51743154 Thanks for sharing!
Eclipse automatically loads source----Attach Java source