How do I search files in Eclipse so the results shows files that do NOT contain the search term?

前端 未结 3 1639
广开言路
广开言路 2020-12-29 23:48

In Eclipse editor, if I go Search->File, I can search for files that contain my search term. What I want to do is find all of the files that DO NOT contain

3条回答
  •  别那么骄傲
    2020-12-30 00:14

    The simplest way imo is to use InstaSearch Eclipse plugin and type:

    search text -wordToExclude -anotherWordToExclude

提交回复
热议问题