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!
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!
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.