Searching with file mask #12679
Unanswered
TheBlackArroVV
asked this question in
Ideas
Replies: 2 comments
-
Since the picker supports regex (if I recall correctly) you can try to use some regex for this (from this cheatsheet for example: https://quickref.me/regex). |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hey, @TornaxO7, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently, if I use global search I can filter it by file extension with something like
%p .rb
, but I would also like to be able to filter by file mask. For example, I often search for specific words in spec files during my work so I would needword %p *_spec.rb
.Something like this already exists in Intellij Idea, I assume in other editors too
Beta Was this translation helpful? Give feedback.
All reactions