You can grab the VS2010 settings file here . Import them via VS2010 Main Menu > Tools > Import and Export Settings... and follow the wizard.
Here's a cheat sheet of the shortcuts that I love.
C => Control, M => Alt
.
| Resharper 5.1 | VS | ||
.
| THE BOMBS | |||
.
| M + Enter | Pop up quick fixes | ||
.
| C + S + R | Refactor this! | ||
.
| M + PgUp/PgDown | Cycle thru resharper wiggles/error | ||
.
| ||||
.
| Intellisense | |||
.
| S + M + Space | Find possible completion and add using stmt (if library is referenced atleast somewhere in solution | ||
.
| ||||
.
| Add | |||
.
| C + S + A | Add new item... | ||
.
| M + Ins | Add new item in solution explorer, | ||
.
| Add methods if you're within a class in text editor | |||
.
| ||||
.
| Code strafers! | |||
.
| GO TO | Supports partial / Pascal-case filtering - e.g. search for PJ will find PoorJoke | ||
.
| C + T | Jump to Type | ||
.
| C + S + T | Jump to file | ||
.
| S + M + T | Jump to symbol | ||
.
| C + , | Jump to recent file | ||
.
| M + Home | Jump to base class / method | ||
.
| M + End | Jump to derivation / overridden methods | ||
.
| S + M + L | Jump to file in Solution Explorer | ||
.
| ||||
.
| F8 | Go to next error (or next item in any VS List window) | ||
.
| F12 | Go to definition / Drill down | ||
.
| C + - | Pop Browse context (Opposite of F12) | ||
.
| ||||
.
| S + M + F12 | Find usages | ||
.
| C + S + M + F12 | Find usages advanced | ||
.
| ||||
.
| Code Movers | |||
.
| C + S + A + Up/Down | Move code block (line/method/class) up or down the file | ||
.
| C + S + A + Left/Right | Move code block in / out of scopes e.g foreach / if blocks. | ||
.
| ||||
.
| Custom bindings | |||
.
| S + M + E | VS File.OpenContainingFolder (Text Editor) | ||
.
| VS Project.OpenFolderInWindowsExplorer (Global) | |||
.
| S + M + R | VS Project.AddReference |
No comments:
Post a Comment