Wilfred / ag.el

An Emacs frontend to The Silver Searcher
http://agel.readthedocs.org/en/latest/
525 stars 61 forks source link

Feature Request: ag + ag-files #153

Open kschwarz1116 opened 5 years ago

kschwarz1116 commented 5 years ago

On my machine, the output of ag --version is: 2.2.0 My Emacs version is: 26.1 I'm using: OSX 10.13.6

Thanks to Play templates, the identifiers used in scala code are the same as filenames. When your typical workflow is "find something in code you don't know, use ag to go to it", this can lead to confusion if the identifier doesn't actually exist in code and only exists in file names. It would be helpful to have a single buffer which lists both ag and ag-files results (similar for ag-project and ag-project-files).

Willing to help contribute if you can point me in the right direction!