How to make eclipse “File Search” to also search inside source jars containing some text?

后端 未结 8 1635
眼角桃花
眼角桃花 2020-12-04 23:16

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

8条回答
  •  旧时难觅i
    2020-12-04 23:48

    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.

提交回复
热议问题