A code-searching tool similar to ack, but faster.
-
Updated
Jul 9, 2021 - C
Add a description, image, and links to the silver-searcher topic page so that developers can more easily learn about it.
To associate your repository with the silver-searcher topic, visit your repo's landing page and select "manage topics."
Right now this plugin only supports regular expression base search. It is easy to implement a pure string option by using😕
regexp-quote
function. But I don't know if this is necessary.