Sankalp Kataria
Sankalp Kataria
This package has support for line numbers: https://www.npmjs.com/package/search-in-file It has a method called `fileSearch`. Just provide `{searchResults: "linoNo"}` as options an you will get what you are looking for.
> 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...