keyboard-shortcuts - Visual Studio 2015 无法重新分配键盘快捷键

标签 keyboard-shortcuts visual-studio-2015

在 Visual Studio 2015 中,我尝试将 Edit.NextMethod 和 Edit.PreviousMethod 快捷方式重新分配给任何内容。我尝试过 Alt+向上箭头、Ctrl+向上箭头、Shift+<、Ctrl+Shift+(+)。在我单击分配按钮后,它似乎保存了快捷方式,如果我关闭并重新打开键盘快捷方式,它会显示我输入的快捷方式,但在查看代码时,它不会在方法之间跳转。如果我将其分配给已经存在的键盘快捷键,则键盘快捷键仍然执行旧功能,即使在选项中它表明它保存了我的重新分配。 Alt+向下箭头就是一个例子,即使我将 Alt+向下箭头重新分配给 Edit.NextMethod,它仍然会向下移动我所在的代码行。还有其他人尝试过这个吗?有什么想法为什么它对我不起作用吗?谢谢!

最佳答案

看起来像是 VS 2015 中的一个错误:Edit.NextMethod and Edit.PreviousMethod in Visual Studio 2015 don't work .

In Visual Studio 2015, we rebuilt the Visual Basic and C# IDEs and, unfortunately, these commands were missed. We are planning to bring them back in a future update.

关于keyboard-shortcuts - Visual Studio 2015 无法重新分配键盘快捷键,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32507816/

相关文章:

c# - 使用 SendKeys 发送 Windows key

visual-studio-2015 - C++/CLI 应用程序启动时崩溃 (_register_onexit_function)

visual-studio-2015 - 如何在自定义操作序列中安装主应用程序之前对静默安装程序 .exe 文件进行排序?

c++ - 字符串文字的 std::move - 哪个编译器是正确的?

c# - 找不到类型或命名空间名称 'System'

.net - WPF 中的应用程序级快捷键

java - 有什么方法可以过滤 eclipse 中的工作区引用 (Ctrl+Shift+G),以免同时看到 "potential matches"吗?

xcode - 是否有快捷方式在 Xcode 中搜索光标下的单词?

c# - 转到 Visual Studio 2015 中的字符而不是转到行

macos - 如何在英式键盘上的 TextMate for Mac 中插入哈希符号?