Tip 3.17: You can use F8 to navigate the Find Results window
“Visual Studio Tips, 251 ways to improve your Productivity in Visual Studio“, courtesy of ‘Sara Ford’
Sara Ford’s Blog
You can use F8 (with the focus either in the Find Results window or in the editor) to navigate to the next result, or you can use Shift+F8 to go to the previous result. The commands are Edit.GoToNextLocation and Edit.GoToPrevLocation.
And yes, you can use Quick Find, using Ctrl+F, within the Find Results window.
Happy Programming! =)
Leave a Comment
