8

Is there a way to search within multiple directories in Notepad++ using the Find in Files feature?

I'd like to search the two following locations simultaneously:

C:\Views\
H:\Views\

I've tried combining them with a comma, a semicolon, and a space, but it doesn't seem to work.

Screenshot

Gareth
  • 19,080
KyleMit
  • 6,865

2 Answers2

3

If Notepad++ cannot do that, you can try using Sublime Text. It supports searching within multiple directories and the results are shown in a much more user-friendly way.

enter image description here

Gareth
  • 19,080
DigitalNomad
  • 1,918
1

There's a plug-in that might have supported this, but it's no longer compatible with the Unicode version of NP++: https://sourceforge.net/projects/npp-plugins/files/SearchInFiles/

Wouter
  • 1,701