Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a way how to import keyboard shortcuts from IntelliJ to Visual Studio 2015

I would like to know if it´s possible to import keymap from IntelliJ or PHPStorm to Visual Studio. I´m used to work with IntelliJ IDE´s. Now I´m starting develop some apps in .NET and it´s kinda hard to get used to the new key schemes.

like image 538
Libor Váchal Avatar asked Feb 29 '16 17:02

Libor Váchal


People also ask

How do I import keyboard shortcuts?

In the Keyboard Shortcuts dialog, click Import. Navigate to the desired keyboard shortcuts file, select it, and click Open. If you have an existing keyboard shortcuts file, a message displays asking whether you want to overwrite existing keyboard shortcuts with the imported ones, or merge them together.

How do I open keyboard shortcuts in Visual Studio?

On Windows: go to File -> Preferences -> Keyboard shortcuts, or press Ctrl+K, then Ctrl+S, or edit %UserProfile%\AppData\Roaming\Code\User\keybindings.

How do I find keyboard shortcuts in IntelliJ?

Configure keyboard shortcuts IntelliJ IDEA includes several predefined keymaps and lets you customize frequently used shortcuts. To view the keymap configuration, open the Settings/Preferences dialog Ctrl+Alt+S and select Keymap. IntelliJ IDEA automatically suggests a predefined keymap based on your environment.


1 Answers

Be advised, Resharper is not free.

I am using this plug-in Hot Keys 2017 - Keyboard Shortcuts

Choose IntelliJ IDEA Style for C# from Tools > Options > Keyboard and you will have IntelliJ shortcuts in Visual Studio 2017.

For Visual Studio 2015 there is a different plug-in

https://marketplace.visualstudio.com/items?itemName=JustinClareburtMSFT.HotKeys-KeyboardShortcuts

I didn't use it so not sure if it works as expected

like image 55
Adil H. Raza Avatar answered Sep 23 '22 07:09

Adil H. Raza