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

后端 未结 8 1524
眼角桃花
眼角桃花 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条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-05 00:01

    You can achieve this by this way: There's a dropdown in the 'File Search' dialog. Its label is: 'File name patterns'. Here you can specify the whole filename as well as extension of file, that you want to search in.

提交回复
热议问题