How does one set Visual Studio 2010 keyboard shortcuts comfortably, especially when using ReSharper?

落花浮王杯 提交于 2019-12-01 08:48:36

The way I do this is to perform an action while recording a macro (using Tools / Macro / Record temporary macro).

When I have finished with the action, I look at the source code of the macro and it usually helps to find the correct command.

For example, I have just let R# add some magic through Alt-Enter, and the macro recorder has:

DTE.ExecuteCommand("ReSharper_QuickFix")

You can rebind all of the ReSharper shortcuts by using the ReSharper -> Options -> Visual Studio Integration page. Select a keyboard scheme and hit "Apply Scheme".

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!