is it possible to restrict search to folder paths matching a glob or regex pattern

Answered

in Intellij, one can specify a directory when searching for anything. Is it possible though to specify a glob or regex pattern for the directory?

 

so instead of searching for ‘foo’ in ‘/myproject/somefolder1/functions/’ and  again in ‘/myproject/somefolder2/somefolder3/functions/’  I like to specify ‘/myproject/**/foo’ for the directory to search in

 

is something like this possible with Intellij?

0

Please sign in to leave a comment.