IntellijJ's own Visual Studio keyboard scheme is not really very VS-like, so I prepared my own that tries to resemble Visual Studio and (in particular) Reshaper's one. Follow the procedure below if you want to use these shortcuts:
- In IntelliJ, choose
File | Import Settings...
menu option. - Browse to your local CallHome git repository and find
settings/idea-VS-keyboard-shorcuts.jar
file. - In the
Select Components to Import
dialog, you should only have one option (Key maps (schemes)
), which you should select and pressOK
button. - Restart IntelliJ.
- Select
File | Settings
menu and under theKeymap
tab, chooseVisual Studio copy
keymap scheme in the list box.
These instructions are for updating the settings file in the source control (in case some new keyboard shortcuts are added later and you want to share them with the team):
File | Export Settings
- Only choose
UI Settings
and overwrite the existing.jar
file. - Rename
.jar
to.zip
and open the contents of the archive. - Remove all folders except
keymaps
. Do not removeinstalled.txt
andIntelliJ IDEA Global Settings
files. - Rename the archive file back to
.jar