+9

Show number of matches on the top in find results

Allen A. Bargi 12 років тому оновлено Jinren Chuah 8 років тому 2
when I do a project search I'll get something like this: 
Searching 361 files for "BiDi"

......
long list of results here
......
109 matches across 67 files
please move the last line "$number matches across $file_count files" to the top of the result buffer to have something like this: 
Searching 361 files for "BiDi"

109 matches across 67 files
......
long list of results
......
so that we can see the number of matches and matched files immediately and do not need to scroll to the bottom to check it. 



 I would like this too. However, it might be better to have "$number matches across $file_count files" at both the top and bottom.

Yup it's silly not being able to see it at the top. Just the number of results alone is the most important piece of info before looking through the results. Speaking as an experienced developer.