is it possible to restrict search to folder paths matching a glob or regex pattern
已回答
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?
1 条评论
排序方式
日期
投票数
Please vote for https://youtrack.jetbrains.com/issue/IJPL-45235/Use-a-Regex-rather-than-a-glob-in-File-mask-field-Find-in-Path-dialog
请先登录再写评论。