I am working on a (Java) project in which I have many jars which have a source-jar file attached.
Is there any way to make the eclipse \"File Search\" search for Jav
You can search for code inside source-jars attached to your workspace. Just use ctrl+H / Java Search. However I couldn't find a way to search for comments and java-docs inside those sources.