ReSharper 2 Keyboard Shortcuts

 

Editing
Ctrl + SpaceBasic code completion (the name of any symbol or keyword)
Ctrl + Shft + SpaceSmart code completion (filters the list of symbols by expected type)
Ctrl + Alt + SpaceType name completion (the name of any type independently of using directives)
Ctrl + PShow parameters and documentation summary (within method call arguments)
Alt + InsertGenerate code (Constructors, Properties Override/Implement Members)
Ctrl+ Shft + Alt + Up/DownMove type member up/down
Alt + EnterShow available quick-fixes
Ctrl + WExtend selection block by block
Ctrl + Shft + WShrink selection block by block
Ctrl + DDuplicate line/selection
Ctrl + /Comment/uncomment with line comment
Ctrl + Shft +/Comment/uncomment with block comment
Ctrl + Alt + FReformat code
Ctrl + Alt + OOptimize using directives
Ctrl + QQuick documentation popup
Ctrl + Shft + VPaste (clipboard popup)
 
Usage Search
Alt + F7Find Usages
Shft + Alt + F7Find Usages Advanced
Ctrl + Shft + F7Highlight Usages in file
Ctrl + Alt + UFind Results Window
Ctrl + Alt + F7Go to usage
Ctrl + Alt + Up/DownGo to next/previous usage
 
Goto
Ctrl + NType by name
Ctrl + Shft + NFile by name
Ctrl + BDeclaration
Ctrl + Shft + TType declaration
Ctrl + UBase
Ctrl + Alt + BInheritor
Alt + Up/DownNext/previous method
Fl 2/ Shft + Fl 2Next/previous error
Ctrl + Shft + BackspaceLast edit location
 
Navigation Views
Ctrl + F12File Structure Popup
Ctrl + ERecent Files
Ctrl + Alt + HType Hierarchy
Ctrl + Shft + EExplore Stack Trace
Ctrl + Shft + F4Close tab/view
 
Refactoring
Ctrl + Shft + RRefactor This (select from list of applicable refactorings)
F2 or Shft + F6Rename
F6Move
Ctrl + F6Change signature
Ctrl + Alt + MExtract method
Ctrl + Alt + VIntroduce variable
Ctrl + Alt + DIntroduce field
Ctrl + Alt + PIntroduce parameter
Ctrl + Alt + NInline variable
 
Templates
Ctrl + JInsert Live Template (select from list)
TabExpand Live Template after abbreviation
Ctrl + Alt + JSurround With Template (if, try..catch #region, etc)
 
Iteration Live Templates
foreachforeach block
italiterate an Arraylist
itarIterate an array
itdIterate a Dictionary<K,V>
itdicIterate a Dictionary
itliIterate an Ilist <T>
ritarIterate an array in reverse order
loopSimple for loop
 
Other Live Templates
asrtMake an assertion
earEmpty array
outPrint a string
outvPrint value of a variable
pcipublic const int
pcspublic const string
psrpublic static readonly
psvmmain() method declaration
sfcSafely cast a variable
thrthrow new
toarConvert an ArrayLIst to array

 

comments powered by Disqus