Does Rider support the move caret to next/prior occurrence of the identifier like Visual Studio has with Ctrl+Shift+Up/Down? All I found is Ctrl+F3 but it does not have 2-way navigation and, as any other search functions, distract the attention from code editor to search controls.
In JetBrains Rider (and other IntelliJ IDEA-based IDEs), you can highlight all usages of the identifier under caret via the "Highlight usages in File" action ("Alt+Shift+F11" in Visual Studio keymap; Ctrl+Shift+F7 in ReSharper/Default keymaps). Next, you can move caret to next/previous usage via F3/Shift+F3.