Eu experimentei em meus resultados de pesquisa ( CMD Shift f) algumas vezes, que eu procuro uma string que eu sei que está no meu projeto - e então o PhpStorm não me mostra.
Como este aqui:
Parece um pouco assustador não poder 'confiar' em minha pesquisa para encontrar isso.
Tentativa de solução 1 - pesquisa restrita
Se eu pesquisar apenas no screens
diretório -, ele poderá encontrá-lo:
... mas o que é superestranho é que se eu alargar a pesquisa, simplesmente removendo screens
, então não aparece :
Examinei minuciosamente toda a lista - e FinanceSingleTermScreen
não está lá.
Tentativa de solução 2 - Considere os escopos
Maybe it's because there are simply so many files for it to search in. But it's quite annoying if I have to setup scopes for all projects, to start trusting my search again.
Solution attempt 3 - Reindex project
If I mark my app
-folder at click CMD Option y (File >> Reload all from disk), to make sure it's not some memory thing.
But it doesn't do a difference.
Solution attempt 4: Close project and open it again
Didn't do anything.
Solution attempt 5: Change search string
I tried searching for >Prev
instead of Prev
, and then it shows up!!
And here it is, if I remove the >
:
... and I have went thoroughly through the search results of that last image. It's not there.
Solution attempt 6: Fiddle with filters
Obviously there are many options there.
I tried a bunch, but it didn't lead to anything.
Untried attempts
- File >> Invalidate caches: It just seems extensive and shouldn't be necessary (I hope).