By tailoring these mappings to your habits, you transform ReSharper from a simple helper into a seamless extension of your own coding process. Configure keyboard shortcuts | ReSharper - JetBrains
Go to .
Set it to , click Apply Scheme , then set it back to your preferred scheme (e.g., Visual Studio ) and click Apply Scheme again. Save your changes to force a re-injection of the bindings. Resharper Keyboard Mappings
Go to and click Reset .
: Many developers find the default Alt + Down unhandy and rebind it to Ctrl + Down in the Visual Studio options ( Tools > Options > Environment > Keyboard ) for quicker navigation between methods. By tailoring these mappings to your habits, you
If you’re using ReSharper without mastering its keyboard shortcuts, you’re only using half the tool. The real power of this JetBrains productivity extension lies in its ability to keep your hands on the keyboard, allowing you to refactor, navigate, and clean code at the speed of thought. Choosing Your Foundation: The Two Core Schemes Save your changes to force a re-injection of the bindings
Getting around a massive solution is where ReSharper shines. Here’s how the two schemes compare for the most vital "Go To" actions: Visual Studio Scheme IntelliJ IDEA Scheme Ctrl + T Ctrl + N Go to File Ctrl + Shift + T Shift + Ctrl + N Go to File Member Alt + \ Ctrl + F12 Navigate To (Menu) Ctrl + Shift + G Find Usages Shift + F12 Alt + F7 Pro Tips for Customizing Your Flow