I have 2 projects, A and B
project B has a class A folder in its path to build> the library (eclipse also acknowledged that there is a "source attachment" and added it.
Both A and B are in the same workspace.
When I press Ctrl + click on the project A function that references the eclipse file B, open the .class A file. But if I need to edit the version of this t21 file, I have to manually search for filename in project A and open it from the project explorer.
Is there no simpler way to go from a linked resource to a → .java file of its source? or is it easier to switch from .class to .java than manually expand the folders and open the file?
Thank you francesco
source share