Searching a string in eclipse workspace

后端 未结 10 1901
闹比i
闹比i 2021-01-30 19:20

How to search for a string in the complete eclipse workspace? I was not able to locate a text in the eclipse workspace however I could not find the specified string in the work

10条回答
  •  野的像风
    2021-01-30 20:00

    Ctrl+ H, Select "File Search", indicate the "file name pattern", for example *.xml or *.java. And then select the scope "Workspace"

提交回复
热议问题