Go to next variable occurence
I seem to remember I was able to press Ctrl+Alt+Down arrow to go to the next usage of the variable, that's currently under the cursor.
But that no longer works and I can't find in the keyboard shortcuts an option for ReSharper.GotoNextOccurence or ReSharper.ReSharper_GotoNextOccurence. Any idea how to get this quite useful shortcut working again?
Please sign in to leave a comment.
Hello Nick,
Do you mean navigating between highlighted usages as described in the following help article? The shortcut for this command is Ctrl+Alt+Page Down and the name command is ReSharper_ResultListGoToNextLocation.
Hi Angelina,
Yes that works, but requires one to always press the Highlight Usages shortcut first. Not sure I'm remembering correctly, but I believe R# used to go to the next/prev location of the variable under the cursor, if there was no Highlight assigned. I think in either case that would be quite useful, as it saves the user a bit of work - how do I make a feature suggestion for the R# team?
Hello Nick,
This is how logic behind navigation process works. We generate result list according to Highlighted usages action and switch between occurrences based on the list.
If you consider this behavior not convenient please feel free to create your feature request in our issue tracker.