Is there a way to search all included .js files?
-
I seem to be using a lot of .js files and so I'm just checking to see if there is a way to search terms in all of them at once, rather than switching tabs and performing the same search on each one.
-
Right click -> Find all occurences. It will look in all included files.
If you want to search even the non-included ones, use VSCode, open the Scripts directory in a workspace and use Ctrl+Shift+F (or H for replace) to search and/or replace in all of them.
-
@aaronventure Thanks!
This is great! What a useful feature.