in my Visual studio 2010 i do search for a string and display the find result window. this is fine but, I need to display 3 lines above and 3 lines below of my target seach. can it be done?
or, Do you know of any tool that will do this?
Thanks
I like Windows Grep for problems like this one.
UPDATE:
Windows Grep can operate in a "quick" mode that does not apply regular expression matching to the search string. It also offers limited string-replace functionality.