Eclipse shortcuts in Resharper

I just started with Visual Studio + Resharper coming from Java development with Eclipse. I can quickly navigate the eclipse because I have memorized all the shortcuts I need. Now it seems like Resharper knows everything eclipse can do (maybe even more), but it's mapped to different keys and I really don't feel like learning a new set of shortcuts for the same stuff.

So my question is:

  • Where is the Resharpers quick access config file (if any)? I've seen a bunch of files .xml

    in the bin directory, but I'm not sure if that's the right place to look. Couldn't find anything in the docs, only how to change shortcuts from VS one at a time.
  • Is there an eclipse preset? I found this one on github but there is absolutely no explanation as to what to do this for and in the filename it states it is for r # 5.0 and I have 8.1 (not sure if there is a difference in the config part).
+3


source to share


2 answers


Resharper comes with two standard keyboard layouts: "Visual Studio" or "IntelliJ IDEA" ( see here ). Select the one you like best (under Resharper

β†’ Options...

β†’ Environment

β†’ Keyboard & Menus

) and change any shortcuts in Visual Studio (under Tools

β†’ Options...

β†’ Environment

β†’ Keyboard

) to match those in Eclipse. It may be easier to just retrain one of the default schemas.



+1


source


I found this file using Google Search: https://github.com/chrismo/jetbrains.keymaps/blob/master/resharper.5.0.eclipse.shortcuts.vs2010.vssettings



You can download it and use Visual Studio Tools -> Import and Export Settings ... command to import it.

+2


source







All Articles