Dear all,
I am somewhat new to sublime text and I want to create a command in command palette that quick search for a query.
For example, the command would have the format:
Search: {query}
And the query would be performed (project-wise) in the folders having pre-defined regex rules (ex: .txt,.csv)
So basically, I want to build a command that automatically place the “Find” option with “{query}” and the “Where” option with a fixed pre-defined regex (ex “.txt,.csv”)
Is this possible? If yes, how to do this?