Open STRd6 opened 11 years ago
We can start with a simple utility component that searches source files for strings and returns an array of results. This will allow some simple yet helpful things like "which files reference $
", or where are all my TODO
comments. Not quite as powerful as static analysis, but a good start.
Search all files for matching strings.