Sometimes when I do a find and replace for a string in my project, I'd like it to be committed to all directories / files except one. Is there a way to exclude a particular file in the GUI screen that appears before you commence your search?
Asked
Active
Viewed 1,329 times
1
-
1**Custom scope** is the way to go. Otherwise -- do a global search and manually exclude found match before making actual replace. – LazyOne Oct 09 '13 at 20:21
1 Answers
1
This link might help you. No need to upvote or accept my answer if it works for you :) Exclude folder from search but not from the project list Or this, using scopes: How to exclude files/folders from code inspection in PHPStorm?

Community
- 1
- 1

Enrico Eusman
- 97
- 6