find-in-files
find-in-files copied to clipboard
Ignore pattern
An ignore pattern would be extremely handy...
Ignore pattern for folders too. Pretty handy to exclude node_modules e.g.
An ignore pattern would be extremely handy...
You can use regex search for ignoring pattern
Ignore pattern for folders too. Pretty handy to exclude node_modules e.g.
You can use
https://www.npmjs.com/package/search-in-file
and provide ignoreDir
option to fileSearch
for ignoring folders and files.
It also has fileMask
option to search in files with provided extension.
It is not always easy to craft a regex to do so, which is why I mentioned it being "handy".
Re: the link to search-in-file
and info, thanks!