本文介绍了如何恢复 resharper 快捷方式选项?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我犯了一个错误,将 Visual Studio 的 F12 中的转到定义"快捷方式更改为 resharper 的 ctrl+B.我想把它改回来.我该怎么做?

I made a mistake and changed the "Go to Definition" shortcut from visual studio's F12, to resharper's ctrl+B. I would like to change that back. How do I do it?

提前致谢

推荐答案

需要自己在ToolsOptionsEnvironment重新分配, 键盘:

You need to reassign it yourself in Tools, Options, Environment, Keyboard:

您正在寻找 Edit.GoToDefinition 快捷方式.选择文本编辑器",将光标放在按快捷键"框中并按,然后点击确定".

You're looking for the Edit.GoToDefinition shortcut. Select "Text Editor", put your cursor in the "Press shortcut keys" box and press , then hit "OK".

这篇关于如何恢复 resharper 快捷方式选项?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-28 13:36