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

Visual Studio 2015 can't reassign keyboard shortcuts

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