STRd6 / editor

Edit Github repos and run them in your browser.
https://danielx.net/editor/
17 stars 10 forks source link

Find in files #30

Open STRd6 opened 11 years ago

STRd6 commented 11 years ago

Search all files for matching strings.

STRd6 commented 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.