less than 1 minute read

That’s a little list of most used refactoring shortcuts in Visual Studio

  • Encapsulate Field ==> CTRL + R + E
  • Extract Interface ==> CTRL + R + I
  • Promote local variable to parameter ==> CTRL + R + P
  • Rename ==> CTRL + R + R
  • Remove Parameters ==> CTRL + R + V
  • Reorder Parameters ==> CTRL + R + O
  • Extract Method ==> CTRL + R + M