user4523
user4523

Reputation: 115

Visual Studio 2015 can't reassign keyboard shortcuts

In Visual Studio 2015, I'm trying to reassign the Edit.NextMethod and Edit.PreviousMethod shortcuts to anything. I've tried Alt+Up Arrow, Ctrl+Up Arrow, Shift+<, Ctrl+Shift+(+). It appears to save the shortcut after I click the assign button, and if I close and re-open the keyboard shortcuts it shows the shortcut I entered, but when looking at code it doesn't jump between methods. If I assign it to a keyboard shortcut that already exists, the keyboard shortcut still performs the old function, even though in the options it indicates it saved my reassignment. Alt+Down Arrow is an example of this, it still moves the line of code I'm on down even though I reassigned Alt+Down Arrow to Edit.NextMethod. Has anyone else tried this? Any ideas whey it's not working for me? Thanks!

Upvotes: 2

Views: 1398

Answers (1)

Sergey Vlasov
Sergey Vlasov

Reputation: 27880

It looks like a bug in 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.

Upvotes: 4

Related Questions