VS2010 and Resharper 5.1 cheatsheet


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.1VS
.
THE BOMBS
.
M + EnterPop up quick fixes
.
C + S + RRefactor this!
.
M + PgUp/PgDownCycle thru resharper wiggles/error
.
.
Intellisense
.
S + M + SpaceFind possible completion and add using stmt (if library is referenced atleast somewhere in solution
.
.
Add
.
C + S + AAdd new item...
.
M + InsAdd new item in solution explorer,
.
Add methods if you're within a class in text editor
.
.
Code strafers!
.
GO TOSupports 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 + LJump to file in Solution Explorer
.
.
F8Go 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 + F12Find usages
.
C + S + M + F12Find usages advanced
.
.
Code Movers
.
C + S + A + Up/DownMove code block (line/method/class) up or down the file
.
C + S + A + Left/RightMove code block in / out of scopes e.g foreach / if blocks.
.
.
Custom bindings
.
S + M + EVS File.OpenContainingFolder (Text Editor)
.
VS Project.OpenFolderInWindowsExplorer (Global)
.
S + M + RVS Project.AddReference

No comments:

Post a Comment