0

Do you know how can i change the hot key in VS?

Example: I want to extract function of class into interface, default VS use Ctrl + Shirt + R. I want to change to Ctrl + Shirt + I

Thanks!

Pierre-Luc Pineault
  • 8,993
  • 6
  • 40
  • 55
TrieuH
  • 564
  • 3
  • 13

1 Answers1

1

The Hot Key that you have given is mapped on my Installation to Debug.RefreshWindowsapp, Loooking at the bindings there is a Refactor.ExtractInterface that on my computer is mapped to Ctrl+R,Ctrl+I. You can locate it by going to Tools --> Options --> Environment --> Keyboard, Once you get there you can edit the hotkey to your liking, you will have to change the bindings that are in conflict with what you are trying to use.

enter image description here

Mark Hall
  • 53,938
  • 9
  • 94
  • 111