Is there a way to search for text in all files with streaming results that have context? (like eclipse ctrl+shift+L)
I find that feature to be very helpful in eclipse. I can search for text anywhere and it lists results as it finds them. As I use the arrow keys to scroll over them, it shows me as many lines of surrounding code as there is room in the expandable window. I never have to use a mouse.
I've seen ctrl+shift+R, but that seems clunkier. Theres multiple settings and the results are in a different window. the results are displayed in a hierarchy that makes finding what i'm looking for more difficult. Going through the results is difficult without using the mouse.
Is there a better equivalent to eclipse's quick text search?