Sublime Forum

Feature Reqest for select file in project

#1

The search in the Open file in project is cool, but what would make it awesome is if you could search in the file paths.

c:\fooa\fooab\foo\somefile1.py
c:\fooa\fooab\foo\somefile2.py
c:\foob\foobb\foo\somefile1.py
c:\foob\foobc\foo\somefile2.py
c:\fooc\fooca\foo\somefile1.py

Now if you did a search and typed ‘^foob someFile1’ the ^ would say the word should be found in the path not the file name. while the someFile1 would be a file name search term. This would end up finding just line 3 in the above list.

good, bad, refinemnet comments welcome.

0 Likes

#2

Using ‘\foob someFile1’ should do what you want

0 Likes