Skip to content

Instantly share code, notes, and snippets.

@karenpayneoregon
Last active September 12, 2024 14:39
Show Gist options
  • Save karenpayneoregon/b9e43e41d6c3c5a071717573436f7755 to your computer and use it in GitHub Desktop.
Save karenpayneoregon/b9e43e41d6c3c5a071717573436f7755 to your computer and use it in GitHub Desktop.
Resharper Keys

Karen has defined custom shortcuts

Description Shortcut Keyboard Reference
Extract Interface ctrl + O G ReSharper_ExtractInterface
Extract Superclass ctrl + O E ReSharper_ExtractSuperclass
Change Signature ctrl + O S ReSharper_ChangeSignature
Convert Anonymous to Named Type refactoring ctrl + O P ReSharper_Anonymous2Declared
Extract Method refactoring ctrl + O I ReSharper_ExtractMethod
Generate Deconstructors ctrl + T Y ReSharper_GenerateDeconstructor
Copy Type refactoring ctrl + C T ReSharper_CopyType
Rename file from solution explorer ctrl + R + Y Rename refactoring
Surround code fragments with templates ctrl + E + U Surround code fragments
Razor live templates ctrl + E + L Create source code using live templates
Goto file ctrl + O, L ReSharper_GotoFile
File Structure ctrl + alt + + F ReSharper_ShowCodeStructure
Add new file ctrl + shift + A
Search Everywhere ctrl + O + T ReSharper_GotoType
Find usages ctrl + T + Y ReSharper_FindUsages
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment