visual-studiorider

What is the Rider equivalent of Navigate Backward and Navigate Forward commands of Visual Studio


I've been using Rider on mac and it is awesome. But there is a feature I miss a lot. The "Navigate Backward and Navigate Forward commands of Visual Studio". Could anyone please tell me its equivalent in Rider? I've googled and found this And they mention this as a shortcut "⌃⌥⇧↓" that is; ctrl+alt+shift+down but this doesn't seem to work.


Solution

  • Could anyone please tell me its equivalent in Rider?

    This depends on your selected predefined keymap, which can be changed under JetBrains Rider | Preferences | Keymap - see Settings_Keymap.


    Examples for Context Navigation Back/Forward depending on the predefined keymap:

    Keymap Action Shortcut
    VSCode (macOS) Context navigation - Back ⌃-
    Context navigation - Forward ⌃⇧-
    macOS System Context navigation - Back ⌘[
    Context navigation - Forward ⌘]
    Visual Studio (macOS) Context navigation - Back ⌘-
    Context navigation - Forward ⇧⌘-
    ReSharper (macOS) Context navigation - Back ⌘-
    Context navigation - Forward ⇧⌘-
    Visual Assist(macOS) Context navigation - Back ⌘-
    Context navigation - Forward ⇧⌘-

    You can find an overview over all predefined keymaps in the Rider documentation under Keyboard shortcuts. To get the correct binding list for your keymap, you can change it in the upper right corner.

    Predefined keymaps from jetbrains help


    You could find cheatsheets provided by JetBrains at the left bottom of the Rider Documentation.

    For example: Mac OS X 10.5+ Keymap.