Skip to content

Add commands for moving WindowTabs tabs left/right #242322

Closed as not planned
Closed as not planned
@pioio

Description

@pioio

Please add commands that would move WindowTabs left and right (to rearrange them).
This would allow creating keyboard shortcuts, and would allow quickly and easily re-arranging the window tabs (workspaces).
This would, in turn, be very helpful for users working with multiple workspaces in a single window.

Context:
We already have the ability to add keybindings to switch window tabs:
workbench.action.showNextWindowTab
workbench.action.showPreviousWindowTab

But currently there's no ability to move the WindowTabs around (left/right) using the keyboard. One has to drag-and-drop them, which is very inconvenient if one's IDE setup focuses on keyboard-only navigation.

Note, I'm not talking about editor tabs. We do have actions for moving those around:
workbench.action.moveEditorLeftInGroup
workbench.action.moveEditorRightInGroup

What needs to be added is like:
workbench.action.moveWindowTabLeft
workbench.action.moveWindowTabRight

Metadata

Metadata

Assignees

Labels

info-neededIssue requires more information from poster

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions