KDAB / knut

Knut is an automation tool for code transformation using scripts.
Other
5 stars 8 forks source link

Add a find in files API to Project #21

Open narnaud opened 2 weeks ago

narnaud commented 2 weeks ago

Would be nice to have a way to find something in multiple files. The API should return a list of document + position of the find items.

We may want to use something like silver searcher - we don't want to open all files inside Knut, would be a waste of memory.