-
Notifications
You must be signed in to change notification settings - Fork 29.3k
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
✨ Allow creating multiple tab rows (or atleast API for extension authors) #233388
Comments
Are you aware of the Open Editors view? Would the |
Also, would having tab groups be helpful to you? #100335 |
Thanks, that config is nice but don't provides groups it just sorts the editor. We still have to figure out the group.
Yes, That mak sense but even with that due to limit available horizontal space we have to close other groups and will require additional click to view the available editors in another group. For now, I've two workaround that I found:
Closing this for now as long as workaround works 😉 |
This feature request is now a candidate for our backlog. The community has 60 days to upvote the issue. If it receives 20 upvotes we will move it to our backlog. If not, we will close it. To learn more about how we handle feature requests, please see our documentation. Happy Coding! |
🤔 Why?
I use pinned tabs always and pin my regularly visited tabs. Pinned tabs goes in top row and rest of the temp tabs stays in the second row.
This is great and today I realized about new feature that allows managing the tabs more easily.
If we allow managing tabs in multiple rows that'll make it more managable to work on multiple modules in large projects.
Why Not?
Conclusion
I know VSCode might not allow this kind of feature directly because there's lots more to do on AI side as of now but providing extensions API for this will allow extension author to come up with creative ideas and later if it looks common feature then we can integrate it in VSCode
The text was updated successfully, but these errors were encountered: