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

Tabs: grouped split views #7418

Closed
OliverJAsh opened this issue Jun 8, 2016 · 5 comments
Closed

Tabs: grouped split views #7418

OliverJAsh opened this issue Jun 8, 2016 · 5 comments
Labels
feature-request Request for new features or functionality workbench-tabs VS Code editor tab issues
Milestone

Comments

@OliverJAsh
Copy link
Contributor

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.

@bpasero
Copy link
Member

bpasero commented Jun 8, 2016

Sounds like a fun extension to write :)

@bpasero bpasero added feature-request Request for new features or functionality workbench-tabs VS Code editor tab issues labels Jun 9, 2016
@bpasero bpasero added this to the Backlog milestone Jun 9, 2016
@OliverJAsh
Copy link
Contributor Author

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.

@bpasero bpasero removed their assignment Aug 17, 2016
@OliverJAsh
Copy link
Contributor Author

Are there any other issues/feature requests similar to this? I suspect it may be a popular feature request

@mattwilson1024
Copy link

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

@bpasero bpasero removed the workbench label Nov 16, 2017
@bpasero
Copy link
Member

bpasero commented Nov 17, 2017

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!

@bpasero bpasero closed this as completed Nov 17, 2017
@vscodebot vscodebot bot locked and limited conversation to collaborators Jan 1, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
feature-request Request for new features or functionality workbench-tabs VS Code editor tab issues
Projects
None yet
Development

No branches or pull requests

3 participants