ReSharper 4.5 and Visual Studio 9 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+EnterExpand to full screen
Ctrl+\,EErrors Window
Coding Assistance
Ctrl+PParameter Information
Ctrl+/Comment/Uncomment
Ctrl+Shift+/Block Comment/Uncomment
Ctrl+(Shift)+WExpand (Reduce) Selection
Ctrl+DDuplicate line or selection
Alt+EnterQuick fix (lightblub)
Ctrl+Shift+SpaceSmart Intellisense*
Ctrl+Alt+SpaceTypes Intellisense*
Ctrl+Shift+EnterComplete Statement
Ctrl+Shift+Alt+ArrowMove Block
Refactor
F2Rename
Ctrl+Shift+RRefactor this
* Tab to replace, Enter to add²
Navigation
Ctrl+Shift+GSuper Go
Ctrl+NGo To Type*
Ctrl+Shift+NGo To File*
Ctrl+ERecent Files
Shift+Alt+LLocate in solution explorer
Crtl+-Back
Crtl+Shift+-Forward
Ctrl+GGoto Line #
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
Crtl+Shift+Alt+BackspaceShow recent edits
* Can type just the camel humps
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
Code Generation/Templates
Alt+EnterQuick Fix (lightbulb)³ ¹⁰
Alt+InsGenerate Members³
Constructor
Property
Missing Supertype Members
Override
Equality and Hashcode
Formatting
(Works in solution too)
Ctrl+JTemplate
Ctrl+Alt+JSurround With Template
abbrv+TabGenerate Snippet
ctor
cw
prop(g)
ge
Edit
Ctrl+LDelete Line (clipboard)
Ctrl+Shift+LDelete Line
Ctrl+K, Ctrl+FFormat Selection
Alt+DragSelect block of text
Ctrl+Shift+VPaste Multiple
Ctrl+ULower case*
Ctrl+Shift+UUpper case
Ctrl+BackspaceDelete previous word
Ctrl+DeleteDelete next word
Ctrl+TTranspose Letters
Regions
Ctrl+M, Ctrl+MToggle Outlining
Ctrl+M, Ctrl+OCollapse all region
Ctrl+M, Ctrl+PExpand all regions
Bookmarks
Ctrl+K, Ctrl+KToggle bookmark
Ctrl+K, Ctrl+LClear Bookmarks
Ctrl+K, Ctrl+NNext bookmark
Ctrl+K, Ctrl+PPrevious bookmark