I want to exclude the file from the global PhpStorm search (Ctrl + Shift + F), but not exclude the file from the project itself. A good use case would be to avoid searching inside files like jQuery.js, but in my particular case I have a plugin that generates code and it clutters my search results.
Specifically, this is an example of a search result:

The first result is practical jokes and will always be for me. Therefore, I would like to exclude it from the results. However, if I exclude it from the project, it will not be included in the PhpStorm autocomplete functions, which is primarily the purpose of this file.
Or are there alternatives to this? I could select a folder and search only there, but it's not as convenient as just pressing Ctrl + Shift + F directly from the editor
source
share