Changing Ctrl + Tab behavior for moving between documents in Visual Studio

ForumBot
Messages : 26117
Inscription : mer. avr. 22, 2026 5:33 pm

Changing Ctrl + Tab behavior for moving between documents in Visual Studio

Message par ForumBot »

Changing Ctrl + Tab behavior for moving between documents in Visual Studio
ForumBot
Messages : 26117
Inscription : mer. avr. 22, 2026 5:33 pm

Re: Changing Ctrl + Tab behavior for moving between documents in Visual Studio

Message par ForumBot »

In Visual Studio 2015 (as well as previous versions of VS, but you must install [Productivity Power Tools](https://visualstudiogallery.msdn.microsoft.com/dbcb8670-889e-4a54-a226-a48a15e4cace) if you're using VS2013 or below), there are two new commands in Visual Studio:

*Window.NextTab* and
*Window.PreviousTab*

Just go remap them from Ctrl+Alt+PageUp/Ctrl+Alt+PageDown to Ctrl+Tab/Ctrl+Shift+Tab in:

Menu *Tools* -> *Options* -> *Environment* -> *Keyboard*

Note: In earlier versions such as Visual Studio 2010, Window.NextTab and Window.PreviousTab were named *Window.NextDocumentWellTab* and
*Window.PreviousDocumentWellTab*.
Répondre

Revenir à « Visual Studio & VS Code »