-
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
Tabs: grouped split views #7418
Comments
Sounds like a fun extension to write :) |
I have recently switched to vim which does this very well. I can have one tab for each component, within which I can have splits for the JS, HTML, and CSS of that component. |
Are there any other issues/feature requests similar to this? I suspect it may be a popular feature request |
This would be a really great feature. From what I can tell the extension API doesn't expose enough to make this possible with an extension either though at the moment - see #15178 |
This feature request will not be considered in the next 6-12 months roadmap and as such will be closed to keep the number of issues we have to maintain actionable. Thanks for understanding and happy coding! |
I often work between two or three files, e.g. 1 CSS, JS, and HTML file each. When multi tasking I need to switch between groups of these files. For example:
foo.js
foo.html
foo.css
bar.js
bar.html
bar.css
When I'm finished working on foo, and I want to work on bar, I want to switch to a split view of each file in bar. This workflow is not really supported using the latest tabs interface.
The text was updated successfully, but these errors were encountered: