Wish Keyboard shortcut to Jump to next/previous reference/search result list items

JohnC

Expert
Licensed User
Longtime User
When I do a "quick search" or "find all references" it lists the results in a right-hand pane list.

It is very counter productive trying to click on an item in the right list, and at the same time looking at the related code in the left code window.

What makes matters worse, a lot of the references or search result "hits" will look virtually identical in the right result list:

main:StopRecord(True)
main:StopRecord(True)
main:StopRecord(True)
main:StopRecord(True)​

This all results in a very confusing, waste of time process to view each "hit" one by one by constantly switching my eyes between the two windows.

So, what would be VERY helpful is to add two IDE shortcuts that will simple jump forward or backward through all the found locations without having to look at the right result pane at all.

These shortcuts would work with either result list (Quick Search or Find References), whichever tab is visible.
 
Top