Whenever I use Intellij to search in the last few days, I get no results. I do not know what I changed to create this script or what broke.
even if I search within the scope and include only one folder with one file, the search tool still cannot find anything.
For example, I am looking for βstatusβ in the whole project. [! [enter image description here] [1]] [1]. It should return 1000 results. If I restrict * .java files and search the "Directory" using a directory that contains only one Java file with "status" entries, intellij still cannot find it.
If I do a local search ( Ctrl+ f), I can find anything I want in the current open file.
Has anyone encountered this problem before?
thanks
source
share