I am switching to Emacs from TextMate. One feature of TextMate that I would really like to have in Emacs is the \"Find in Project\" search box that uses fuzzy matching. Em
eproject has eproject-grep
, which does exactly what you want.
With the right project definition, it will only search project files; it will ignore version control, build artifacts, generated files, whatever. The only downside is that it requires a grep command on your system; this dependency will be eliminated soon.