3

I recently started with java development using IntellijIDEA (version 12). Since I come from MS world I am used to resharper shortcuts(The visual studio keymap). Is there any way of using the same set of shortcuts in IntellijIDEA? I found a similar question on stackoverflow (Visual Studio ReSharper Keymap for IntelliJ IDEA) but the proposed solutions do not work(I guess becouse of the newer version).

Uros

Community
  • 1
  • 1
Uroš
  • 169
  • 1
  • 10
  • 1
    Intellij IDEA includes a Visual Studio keymap (Settings/Keymap, choose 'Visual Studio' from keymaps list) - have you tried it? – lena Aug 27 '13 at 15:23
  • 2
    Yes i did try that but it is not the same as resharper's visual studio key map. – Uroš Aug 28 '13 at 18:32
  • possible duplicate of [Visual Studio ReSharper Keymap for IntelliJ IDEA](http://stackoverflow.com/questions/8022665/visual-studio-resharper-keymap-for-intellij-idea) – vidstige Mar 19 '14 at 14:34

1 Answers1

0

You can install plugin if it is not appear in keymap section by default(step 2).

  1. Go to IntelijIdea Preferences -> plugins and type Visual Studio keymap, ReSharper Keymap enter image description here enter image description here

  2. You would be able to select visual studio(ReSharper) keymap in preferences -> keymap enter image description here

Screenshots based on IntelliJ IDEA 2021.3 (Ultimate Edition) I would recommend to use the latest version of IntelliJ if it is possible.

greencrest
  • 169
  • 2
  • 13