-
Notifications
You must be signed in to change notification settings - Fork 30.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tab sizes should be a fixed size #38594
Comments
I would say this is a duplicate of #15048 |
First, thanks for improving and letting the user choose the behaviour with I now tried this new user setting in VSCode 1.19.1 with So I wouldn't say this is a duplicate. It's more a suggestion to add |
@bpasero So do I understand this right that adding Now I have to learn to go from user to developer mode and start building vscode from source to test this so I can try to send a PR for that... :-) |
@StefanScherer see #40290 |
Reopening to capture the idea of chromes tab model where each tab has the same size and never shows a scrollbar (all tabs shrink in the same way). I think the solution would be very similar to the implementation of |
I came to suggest the Chrome tab model be implemented and adopted by default. Glad to see an issue already opened. Having to reposition the mouse to close a lot of tabs is getting to be a tad annoying. :) |
I feel this is a duplicate of #40290 (which I have renamed now too). Making each tab same size will not solve this issue because there can be a variable number of actions showing up in the editor toolbar that can push tabs around. |
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
X
a 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
X
on them, not just the current selected tab.The text was updated successfully, but these errors were encountered: