Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I export Visual Studio shortkeys (Keymap) to IntelliJ IDEA

It's a long time that I use VS and I have fully customized its environment. Now I have to use IntelliJ. It's completely unfamiliar for me. I want to export VS short keys to IntelliJ. Is there any way to do that? I'd appreciate if someone can help me.

I use Visual Studio 2015 Ultimate and IntelliJ IDEA 15 Ultimate. I use Resharper in Visual Studio. Does it help?

like image 947
Mohammad Mirmostafa Avatar asked Dec 01 '15 05:12

Mohammad Mirmostafa


3 Answers

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.

IntelliJ IDEA: Settings dialog with Keymap topic selected on the left and Visual Studio keymap selected on the top

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.

like image 120
Freek de Bruijn Avatar answered Nov 19 '22 07:11

Freek de Bruijn


File > Settings > Keymap select Visual Studio from dropdown

like image 41
Ali Karaca Avatar answered Nov 19 '22 08:11

Ali Karaca


For now, just install vscode keymap from plugin store:

enter image description here

And there is a VSCode keymap, many thanks to the uploder!

like image 2
林东吴 Avatar answered Nov 19 '22 08:11

林东吴