phitranphitranphitran / regexp-saver

VSCode extension for saving and re-using regular expressions
https://marketplace.visualstudio.com/items?itemName=phi.regexp-saver
MIT License
8 stars 2 forks source link

How to search in files ? #21

Open Kytrix opened 1 month ago

Kytrix commented 1 month ago

I can't find how to search in files (which is the main use of search regex I have) to inject saved regex into. image

thanks.

phitranphitranphitran commented 1 month ago

Sadly this is not a feature yet. "File in file" can only search through the one file currently open. Not multiple files.

The workaround at the moment would be to use "Find in file" then copy and paste the regex from the widget into the "search in files" sidebar.