1

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?

Lloyd Banks
  • 35,740
  • 58
  • 156
  • 248
  • 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 Answers1

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