-
Notifications
You must be signed in to change notification settings - Fork 40.4k
Tab sizes should be a fixed size #38594
Copy link
Copy link
Closed
Labels
*duplicateIssue identified as a duplicate of another issue(s)Issue identified as a duplicate of another issue(s)feature-requestRequest for new features or functionalityRequest for new features or functionalityworkbench-tabsVS Code editor tab issuesVS Code editor tab issues
Metadata
Metadata
Assignees
Labels
*duplicateIssue identified as a duplicate of another issue(s)Issue identified as a duplicate of another issue(s)feature-requestRequest for new features or functionalityRequest for new features or functionalityworkbench-tabsVS Code editor tab issuesVS Code editor tab issues
Type
Fields
Give feedbackNo fields configured for issues without a type.
In my above screenshot I have several tabs open, all of them being a variable length. This can cause some frustration when trying to close several tabs as you generally cannot just click
Xa few times and have tabs disappear, you must continuously re-position the cursor which is both frustrating and times unnecessary time.I think managing tabs in a similar fashion to how Google Chrome does it would be handy. All tabs are the same size and the more tabs fill up your screen, the smaller they get to accommodate. Then, if you start closing tabs, they stay the same, shrunken size until you move your cursor off of the tab bar, at which they resize to fill the space.
It would also be handy if all tabs had an
Xon them, not just the current selected tab.