【问题标题】:What is the Rider equivalent of Navigate Backward and Navigate Forward commands of Visual Studio什么是 Visual Studio 的 Navigate Backward 和 Navigate Forward 命令的 Rider 等效项
【发布时间】:2021-07-02 13:17:09
【问题描述】:

我一直在 mac 上使用 Rider,它很棒。但是有一个功能我很怀念。 “Visual Studio 的向后导航和向前导航命令”。 谁能告诉我它在 Rider 中的等价物吗? 我用谷歌搜索发现this 他们将此称为快捷方式“⌃​​⌥⇧↓”,即; ctrl+alt+shift+down 但这似乎不起作用。

【问题讨论】:

    标签: visual-studio rider


    【解决方案1】:

    谁能告诉我它在 Rider 中的等价物吗?

    这取决于您选择的预定义键盘映射,可以在 JetBrains Rider | 下更改。偏好 |键盘映射 - 见Settings_Keymap


    Context Navigation Back/Forward 的示例取决于预定义的键盘映射:

    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 ⇧⌘-

    您可以在Keyboard shortcuts 下的 Rider 文档中找到所有预定义键映射的概述。要为您的键盘映射获取正确的绑定列表,您可以在右上角进行更改。


    您可以在Rider Documentation 的左下角找到 JetBrains 提供的备忘单。

    例如: Mac OS X 10.5+ Keymap.

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2011-10-16
      • 2019-03-19
      • 1970-01-01
      • 2013-08-19
      • 2011-04-29
      • 2018-12-01
      • 1970-01-01
      • 2023-01-03
      相关资源
      最近更新 更多