The most complete summary of Resharper shortcuts

Edit
Ctrl + Space code completion 
Ctrl + Shift + Space code completion
Ctrl + Alt + Space code completion
Ctrl + P parameter information
Alt + Insert generated constructor functions, attributes, overloaded member function, the interface implemented
Ctrl + Alt + J generated if, try..catch, # region block
Ctrl + / cancel // notes and comments
Ctrl + Shift + / annotation and cancellation / ** / comment
Ctrl + W increments selected blocks
Ctrl + Shift + W increments Invert selection
Alt + Enter displays an error correction method
Ctrl + Alt + F formatting code
Ctrl + Alt + O optimization according to an instruction to modify
Ctrl + D blocks of the current row or to copy selected
lookup
Alt + F7 lookup variables, reference to method
Alt + Shift + F7 is set in the range of Find
Ctrl + Shift + F7 highlight
Ctrl + Alt + Up / Down to locate a reference to the next / previous
Ctrl + Alt + F7 quickly locate reference positions
Ctrl + Shift + F4 Close search results Tab
the Ctrl + lookup to locate the U-the Alt + results
navigation
Ctrl + N type targeting
Ctrl + Shift + N locate the file name
Ctrl + E recent file list
Ctrl + Shift + Backspace last edit location
Ctrl + B to jump to a variable declared at the
Ctrl + Alt + B to jump to inherit a class or interface
Ctrl + U transferred to the base class
Ctrl + Shift + T at the stated type skip
/ lower Alt + Up / Down jumps to a method of
the Ctrl + F12 
F2 / the Shift + error highlighted in a F2 / on
the Ctrl + E + the Shift Stack the Trace
Refactoring
F6 will Further namespace into classes
Shift + F6 method renamed
Ctrl + F6 signature change
the Ctrl + N + the Alt
the Ctrl + the Alt + M selected block extracted as a method of
Ctrl + Alt + V to change the variable names and types
template
Tab generating a template based on abbreviations
ctrl + J insert template
built-in template:
ASRT generating the assertion
EAR generates null array
foreach foreach generating block
ital iterative loop generates the ArrayList
itar generated array of loop iterations
iterative loop generates a dictionary itdic
loop generates loop cycle
out printing string
outv print variable values
PCI public const int
PCS public const String
Pro protected
PSR public static Readonly
PSVM main () Method Declaration
Ritar the Iterate AN Array in Reverse Order
SFC Safely Cast variable
Thr the throw new new
toar the ArrayList into array

Guess you like

Origin www.cnblogs.com/Dumb-dog/p/11539849.html