Assign a shortcut for "Next tab" in Visual Studio
Rise to the top 3% as a developer or hire one of them at Toptal: https://topt.al/25cXVn
--------------------------------------------------
Music by Eric Matyas
https://www.soundimage.org
Track title: Hypnotic Orient Looping
--
Chapters
00:00 Assign A Shortcut For &Quot;Next Tab&Quot; In Visual Studio
01:12 Answer 1 Score 12
01:49 Answer 2 Score 4
02:20 Answer 3 Score 8
02:34 Accepted Answer Score 2
02:53 Thank you
--
Full question
https://superuser.com/questions/321858/a...
--
Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...
--
Tags
#keyboardshortcuts #visualstudio2010
#avk47
ANSWER 1
Score 12
In Visual Studio 2010, the menu Tools > Options > Environment > Keyboard: Show Commands Containing:
type NextDocumentWindow
, lets you find and select the Window.NextDocumentWindow
in the list. It shows that the shortcut is Ctrl+F6
. This shortcut lets you cycle through currently open documents. Ctrl+Shift+F6
navigates in reverse order.
Edit: I tried also Ctrl+Alt+PgDown
and Ctrl+Alt+PgUp
shortcuts do about the same thing.
Hope that helps.
ANSWER 2
Score 8
In Visual Studio 2019, the command name for next tab and previous tab is Window.NextTab
and Window.PreviousTab
respectively.
ANSWER 3
Score 4
From VS 2010: How do I get “next tab”, “prev tab” keyboard shortcut working? :
You should map the Window.NextDocumentWellTab
and not View.NextTab
and remove it from any other functions it's assigned to. Only mapping it will not work, you also need to unmap from anything else its being used on, apparently.
This is what my keyboard configuration looks like:
Looked into this some more, and it turns you need to install the Productivity Tools. That gives you that NextDocumentWellTab function.
ACCEPTED ANSWER
Score 2
In Visual Studio 2022 it is Window.NextDocumentWindow
and Window.PreviousDocumentWindow
And if you are using the french version, you have to search :
Fenêtre.tabulationsuivante
and Fenêtre.tabulationprécédente