且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

如何将Visual Studio快捷键(键映射)导出到IntelliJ IDEA

更新时间:2023-09-18 17:20:34

您可以转到File |设置,在对话框的左侧选择键盘映射"项,然后在键盘映射"组合框中选择"Visual Studio".这将为您提供IntelliJ IDEA中的键盘快捷方式,该快捷方式类似于Visual Studio中的默认设置.

You can go to File | Settings, select the Keymap item in the left part of the dialog, and select "Visual Studio" in the Keymap combo box. This should give you keyboard shortcuts in IntelliJ IDEA that are similar to the default settings in Visual Studio.

在键映射"组合框的右侧,有一个小齿轮按钮,可让您复制一个键映射.复制后,您几乎可以为每个操作更改键盘快捷键,甚至可以添加比默认情况下更多的快捷键.这样,您甚至可以将您的大部分自定义项从Visual Studio添加到IntelliJ.

To the right of the Keymap combo box, there is a small gears button that allows you to duplicate a keymap. After duplication, you can change keyboard shortcuts for almost every action and even add more shortcuts than what you get by default. This way, you can even add (most of) your personal customizations from Visual Studio to IntelliJ.