ResharPer shortcut
edit
Ctrl Space Code is completed
Ctrl Shift Space code is completed
Ctrl Alt Space code is completed
Ctrl P Display Parameter Information
Alt INSERT generates constructor, attribute, overload member functions, implement interface
Ctrl Alt J Generates IF, Try..catch, # region block
Ctrl / annotation and cancel // Note
Ctrl Shift / Notes and Cancel / ** / Notes
Ctrl W incremental selection block
Ctrl Shift W increment
ALT ENTER Displays an error correction method
Ctrl Alt F formatted code
Ctrl Alt O According to the indication modification
Ctrl D Copy the current line or selected block
Look up
Alt F7 finds a variable, reference
Alt Shift F7 Find in the set range
Ctrl Shift F7 highlight
Ctrl Alt Up / DOWN is positioned to the next / the previous reference
Ctrl Alt F7 Fast Location Reference Position
Ctrl Shift F4 Close Find Results Tab
Ctrl Alt U positioned to find results
navigation
Ctrl N is positioned to the type
Ctrl Shift N positions according to file name
Ctrl E Latest File List
Ctrl Shift Backspace last edited position
Ctrl B jumps to the variable declaration office
Ctrl Alt B jumps to inheritance or interface
Ctrl U is adjusted to the base class
Ctrl Shift T jumps to the type of declaration
ALT UP / DOWN jumps to the next / last method
Ctrl F12
F2 / SHIFT F2 Under the previous high brightness display error
Ctrl Shift E Stack TRACE
Refactoring
F6 moves the class into another namespace
Shift f6 method renamed
CTRL F6 Change Signature
Ctrl Alt N
Ctrl Alt M extract selected blocks as a method
Ctrl Alt V change variable name and type
template
Tab generates templates according to the abbreviation
Ctrl J Insert Template
Built-in template:
ASRT generates assertion
EAR generates an empty array
Foreach builds foreach block
Ital generates ArrayList iterative loop
Itar generates Array iterative loop
ITDIC generates Dictionary iterative loop
LOOP generation loop loop
OUT print string
OUTV print variable value
PCI Public Const Int
PCS Public Const String
Pro protected
PSR public static readonly
PSVM main () Method Declaration
Ritar Iteerate An Array In Reverse Order
SFC SAFELY CAST VARIABLE
THR thROW NEW
TOAR will convert ArrayList to Array