attached source and Open Resource feature
I have imported jars for a project under Libraries and attached the corresponding source zip. However, source files开发者_如何学编程 in the zip are not showing up in the Open Resource view (Ctrl + Shift + R).
You view the source by opening up the corresponding class. Eclipse will automatically show the appropriate source file instead.
Use Ctrl + Shift + T (Open Type) to open the class file.
精彩评论