I use this popup view extensively (as I'm sure many do) to locate and switch to project/workspace files. In my projects I deal with a large offline data sets (to simulate online functionality) consisting of over 1500 JSON files. In my situation as a web app dev, the offline data is organized by folder, and the target data files in all folders have the same name "data.json".
Currently if I need to load a particular data file, like "productinfo", I have to just scroll through the whole list to find it.
I am looking for either a secret config flag

or a mod to allow me to type a leading "/" to specify a
folder match instead of filename?
For example, I type "prod" and I get hits for filenames with 'prod' in them.
However, I type "/prod" and I get the following hits from the path:
/root/ver1/extensions/product/productinfo/data.json
/root/ver1/extensions/product/productconfig/data.json
etc
This would *vastly* improve file handling efficiency.