Sublime Forum

Using wildcards/regex in sublime's fuzzy search

#1

It would be great if this was possible to do. I’m working on a large codebase, and some components have implemented patterns in their file naming convention. For example, classes involving a “command” have “Cmd_” as prefix and sometimes I’d want to narrow my search to just “Cmd_*” in fuzzy search because it can give results as if my query is: “*c*m*d*_*”.

0 Likes