Skip to content
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

Support vertical tabs #75749

Closed
tristan957 opened this issue Jun 19, 2019 · 7 comments
Closed

Support vertical tabs #75749

tristan957 opened this issue Jun 19, 2019 · 7 comments
Labels
feature-request Request for new features or functionality *out-of-scope Posted issue is not in scope of VS Code workbench-tabs VS Code editor tab issues

Comments

@tristan957
Copy link

Firefox has an extension called Tree Style Tabs, which affords the user an opportunity to have vertical tabs. I think VSCode could implement something similar extremely easily in the form of a setting window.tabLocation which could be left, right, top, bottom. In the case of left and right we could see the tabs vertically. Vertical tabs work well on smaller screens. You can normally fit more tabs vertically than you can horizontally.

image

@bpasero bpasero added feature-request Request for new features or functionality workbench-tabs VS Code editor tab issues labels Jun 19, 2019
@bpasero bpasero removed their assignment Jun 19, 2019
@vscodebot vscodebot bot added the *out-of-scope Posted issue is not in scope of VS Code label Oct 14, 2019
@vscodebot
Copy link

vscodebot bot commented Oct 14, 2019

This issue is being closed to keep the number of issues in our inbox on a manageable level, we are closing issues that are not going to be addressed in the foreseeable future: We look at the number of votes the issue has received and the number of duplicate issues filed. More details here. If you disagree and feel that this issue is crucial: We are happy to listen and to reconsider.

If you wonder what we are up to, please see our roadmap and issue reporting guidelines.

Thanks for your understanding and happy coding!

@vscodebot vscodebot bot closed this as completed Oct 14, 2019
@tristan957
Copy link
Author

Is there a reason this was listed as out-of-scope?

I would like to investigate contributing a PR for this if possible. This issue probably depends on the UI being a grid. Was that implemented yet? I run 1.39.1. If I could be pointed in a direction (which files to look at), I could definitely give it my best effort. Is there a TabContainer widget somewhere?

@tristan957
Copy link
Author

This is what I could come up with in a few minutes, just by changing a couple off CSS properties in the developer window

image

The scrollbar created at

const tabsScrollbar = new ScrollableElement(scrollable, {
will also need changing. Maybe I will try out a fork and see what happens. Guidance definitely still appreciated.

@625781186
Copy link

I think it's necessary !
Like this:
image
@tristan957 I support you!

@gjsjohnmurray
Copy link
Contributor

See #85527 which needs upvoting

@santiagopuentep
Copy link

I just opened a new issue for this. In total the duplicates of this issue have 57 upvotes so this one many be accepted if we like it fast enough. Please upvote!

#108264

@lcrocker
Copy link

Just got a new ultra-wide (32x9) monitor. Horizontal tabs are a criminal waste of precious screen real estate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request Request for new features or functionality *out-of-scope Posted issue is not in scope of VS Code workbench-tabs VS Code editor tab issues
Projects
None yet
Development

No branches or pull requests

6 participants