ReSharper 6 and Visual Studio 10 Keyboard Shortcuts

IntelliJ Keybindings

Tabbing¹
Ctrl+TabCycle tabs in application
Ctrl+F4Close Tab
EscReturn to document window
Alt+TabCycle though applications
Alt+F4Close application
Windows
Ctrl+F11File Structure
F4Properties Window
F7Toggle .aspx + .aspx.cs
Ctrl+Alt+LSolution explorer
Shift+Alt+LLocate in solution explorer
Shift+Alt+EnterExpand to full screen
Ctrl+ERecent Files
Ctrl+Shift+EStack Trace Exprlorer
paste in a stack trace.
Build
Ctrl+BreakStop Build
Crtl+(Shift)+SSave (All)
Crtl+Shift+BBuild All
Test
Alt+R+U+RRun test (R#)¹¹
Alt+R+U+DDebug test (R#)¹¹
Ctrl+R+TRun Test (VS)
Ctrl+R+Ctrl+TDebug Test (VS)
Debug
(Shift)+F5Start (Stop)
F10Step Over
Ctrl+F10Run to Cursor
(Shift)+F11Step In (Out)
F9Breakpoint Toggle
Ctrl+Shift+F9Clear All Breakpoints
Ctrl+Alt+ESet up Exceptions
Navigation
Ctrl+Shift+GSuper Go
Crtl+Shift+Alt+GRelated Files (aspx from ascx)
Alt+F7Find Usgaes
Ctrl+Shift+Alt+F7Highlight Usgaes
Crtl+F12Go To Member*†
(Shift)+F12Next (Previous) quick fix
(Shift)+Alt+F12Next (Previous) error fix
Ctrl+NGo To Type*†
Ctrl+Shift+NGo To File*†
Ctrl+Shift+Alt+NGo To Symbol (solution wide)*†
Crtl+-Back
Crtl+Shift+-Forward
Crtl+Shift+BackspacePrevious Edit
Crtl+Shift+Alt+BackspaceShow recent edits
Ctrl+GGoto Line #
Ctrl+[Goto containing declaration
Ctrl+]Find Matching bracket
Ctrl+(Shift)+FFind (In Files)
Ctrl+(Shift)+HReplace (In Files)
Ctrl+(Shift)+F3Find Selected (previous)
Alt+Down (Up) ArrowNext (previous) member
Ctrl+Alt+Shift+AInspect this (inc type hierarchy)
Refactor
F2Rename
Ctrl+Shift+RRefactor this
Ctrl+Alt+VExtract variable
type declaration then extract
Alt+EnterQuick Fix (lightbulb)³ ¹⁰
 split declaration-assignment
 move to outer scope
Regions
Ctrl+M, Ctrl+MToggle Outlining
Ctrl+M, Ctrl+OCollapse all region
Ctrl+M, Ctrl+PExpand all regions
Bookmarks
Ctrl+(number)Goto Bookmark
Ctrl+Shift+(number)Set Bookmark
Ctrl+`View Bookmarks
Coding Assistance
Ctrl+PParameter Information
Ctrl+/Comment/Uncomment
Ctrl+Shift+/Block Comment/Uncomment
Ctrl+(Shift)+WExpand (Reduce) Selection
Ctrl+DDuplicate line or selection
Ctrl+Shift+SpaceSmart Intellisense‡
Ctrl+Alt+SpaceImport Symbol Intellisense‡
Ctrl+Shift+EnterComplete Statement
Ctrl+Shift+Alt+ArrowMove Block
Code Generation/Templates
Alt+InsGenerate Members³
 constructor, properties,
 override members etc.
 ToString (Formatting)
 Implement inner accessors
(Works in solution too)
Ctrl+JTemplate
 Attribute class
Ctrl+Alt+JSurround With Template
7 - {}
abbrv+TabGenerate Snippet
 ctor
 cw
 prop(g)
 nguid - new guid
Edit
Ctrl+LDelete Line (clipboard)
Ctrl+Shift+LDelete Line
Ctrl+K, Ctrl+FFormat Selection
Alt+DragSelect block of text
Ctrl+Shift+VPaste Multiple
Ctrl+Shift+UUpper case
Ctrl+BackspaceDelete previous word
Ctrl+DeleteDelete next word
* Can type just the camel humps
† Switch between these windows, by retyping shortcut
‡ Tab to replace, Enter to add²

Visual Studio Keyboard Shortcuts

ReSharper Shortcuts

Keybindings after installing ReSharper

31 Days of ReSharper