Skip to content

Visual studio extension for switching to different tab groups

License

Notifications You must be signed in to change notification settings

zastrowm/vs-NavigateTabGroups

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Navigate Tab Groups

A Visual studio extension for switching to different tab groups.

In this question someone wants to switch between different tab groups in Visual Studio; currently there is no built-in way to do so, so this extension adds a way.

Download from Visual Studio Marketplace

Exposed Commands

Exposes various commands for navigating between tab groups:

Command Description
Tools.NavigateTabGroups.Right Moves to tab group to the left of the current group
Tools.NavigateTabGroups.Left Moves to tab group to the right of the current group
Tools.NavigateTabGroups.Up Moves to tab group above the current group
Tools.NavigateTabGroups.Down Moves to tab group below the current group
Tools.NavigateTabGroups.Next Moves to next tab group in the list.
Tools.NavigateTabGroups.Previous Moves to previous tab group in the list

It also exposes all of the above via the Tools menu:

tools-menu

It also assigns a default keyboard shortcut to Tools.NavigateTabGroups.Previous (CTRL+ALT+Left) and Tools.NavigateTabGroups.Next (CTRL+ALT+Right)

Contributors

About

Visual studio extension for switching to different tab groups

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%