Is there any way of create or altering VS Keyboard shortcuts
I have recently installed Reshaper....this is very good and helpful however it has changed all my keyboard shortcuts e.g. to comment out code it was Ctrl + E then C, now it is Ctrl + K then C ... this is a pain given that I have got myself into a natural swing of using all the shortcuts and now I have to think everytime I wa开发者_如何转开发nt to use them...
A solution is obviously to shut up and use the new shortcuts ... I agree, but its unnecessary to change the way I work if a alteration solution is possible - so therefore its necessary to not change.
You can tell Resharper to use the VS shortcuts instead. At least for those you already know, they will stay the same
@Mike mentions the Tools, Customize, Keyboard button. There's a 'Reset' button in there that will take you to a pre-Resharper state.
If you later want to go back to the Resharper shortcuts, you can use a button in Resharper's own Options dialog to apply them.
Select ReSharper menu -> Options -> Visual Studio Integration: Select None and Apply Scheme. However, I highly recommend you pick one of the two keyboard layouts and learn it. Also, unplug the mouse a couple of hours a day. It helps improve efficiency.
It should be possible. Check out this MSDN article on how to alter keyboard shortcuts in Visual Studio.
Yes, just go to Tools->Customize and click the "Keyboard" button in the bottom left.
During installation of ReSharper you can set whether it uses its own shortcut keys or Visual Studio. Moreover, there is an option in ReSharper to associate/dis-associate the keyboard shortcuts after installation.
精彩评论