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

Allow to show multiple panels at the same time (split pane) #11889

Closed
drgullin opened this issue Sep 12, 2016 · 19 comments
Closed

Allow to show multiple panels at the same time (split pane) #11889

drgullin opened this issue Sep 12, 2016 · 19 comments
Assignees
Labels
feature-request Request for new features or functionality layout General VS Code workbench layout issues on-testplan
Milestone

Comments

@drgullin
Copy link

drgullin commented Sep 12, 2016

  • VSCode Version: 1.5.1
  • OS Version: OS X El Capitan

2016-09-12-ifk3n

While there's a double pane for files, an errors/terminal board can't be divided into two panes right now. This would be very helpful, since terminal and errors are usually needed together - you type some code and see compilation notes in terminal. Most of the time there's too much whitespace at the right side of the terminal/errors board, so we can add same double-pane toggle icon [ | ] at the right side of the board and make it work:

  • if double-pane mode is switched on and one side is empty, then, we would add a terminal/errors board right there
  • if double-pane mode is switched off, then, make visible only left board, right one should disappear
  • if one of the boards is switched off using hotkey, then, remove it and make a board single-pane (if there's one board in double-pane - remove both panes)
@bpasero bpasero self-assigned this Sep 13, 2016
@bpasero bpasero changed the title Double pane for errors & terminal Allow to show multiple panes at the same time (split pane) Sep 13, 2016
@bpasero bpasero added feature-request Request for new features or functionality workbench labels Sep 13, 2016
@bpasero bpasero added this to the Backlog milestone Sep 13, 2016
@bpasero bpasero removed their assignment Sep 13, 2016
@DmitryEfimenko
Copy link

I think there should be a way to split terminal window independently of the amount of code windows.

@bpasero bpasero changed the title Allow to show multiple panes at the same time (split pane) Allow to show multiple panels at the same time (split pane) Sep 16, 2016
@drgullin
Copy link
Author

@bpasero any progress on this issue?

@bpasero
Copy link
Member

bpasero commented Oct 22, 2016

No, this is something we are not working on currently nor planning short term.

@stealthybox
Copy link

stealthybox commented Jan 24, 2017

Duplicate of #10546
There's movement on this.

edit:
just to clarify, it doesn't have the same reactive behavior that's described here, but it's related

@tillydray
Copy link
Contributor

tillydray commented Sep 14, 2018

I'm bummed to see that this feature request has been closed, I would love the ability to see both the terminal and the problems pane at the same time.

EDIT: oops, I saw the Closed tags above my comment and thought this feature was closed.

@isidorn
Copy link
Contributor

isidorn commented Sep 18, 2018

This feature request is not closed.

@bradharms
Copy link

bradharms commented Jan 23, 2019

Correct me if I'm wrong, but doesn't the terminal panel actually allow split view now?

Nevermind, I misunderstood the request. Yes, I think the panels area should be "generalized" the same way the code area is.

image

@Elyx0
Copy link

Elyx0 commented May 9, 2019

Please make it happen!

@dsovino-alma
Copy link

I'd love to see Output / Terminal at the same time as well.
Really any combination of Output, Debug / Terminal as needed.

@pinnekamp
Copy link

Also multiple Outputs, e.g. Output and Output

@vamseekm
Copy link

In my use case I would love to see Problems and Terminal side by side in a split mode. This allows me to see lint errors and as well as see terminal output at the same time and constantly not to move away my hand from keyboard to mouse to switch between panels.

@infinite-persistence-2016

How to up-vote items in github?

@bpasero bpasero added this to the Backlog milestone Oct 24, 2019
@Gummy47
Copy link

Gummy47 commented Feb 26, 2020

Would love such a feature. Any news?

@sbatten sbatten modified the milestones: Backlog, On Deck Feb 26, 2020
@bramjoosten
Copy link

Great to see it's On Deck, still very interested in this one for me.

@sbatten sbatten modified the milestones: On Deck, March 2020 Mar 10, 2020
@thinkloop
Copy link

Critical feature for me, glad to see it's On Deck, will keep an eye out and switch from Sublime when it's out.

@TheTomer
Copy link

Indeed, having this feature would make things so much easier, especially when working with C++.

@sbatten
Copy link
Member

sbatten commented Mar 30, 2020

With work done this milestone, it is now possible in insiders to drop Terminal next to Problems to see them (or any set of views) at the same time. While we will continue to improve the look and feel of this feature, I believe this satisfies the original request.

@JoshArdito
Copy link

Thanks @sbatten ! I'm finally ready to completely move over to VS Code due to this feature. Any video / documentation on how to use it? I'm running the latest VS Code version ( 1.45.0-insider), trying to follow the steps in your test (#93787)

Drag views into a single panel so that they are split horizontally.

I click and drag the Title "Problems" for example and try to drag it into terminal. It doesn't seem to do anything more than re-order the panels. I can't seem to get them into a split screen mode.

@sbatten
Copy link
Member

sbatten commented Apr 17, 2020

@JoshArdito, after dragging "Problems" over "Terminal", hover until the panel switches to "Terminal". At this point, you can continue to drag the "Problems" inside the panel to side-by-side with "Terminal"

https://code.visualstudio.com/updates/v1_44#_increased-view-placement-flexibility

@github-actions github-actions bot locked and limited conversation to collaborators May 15, 2020
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 layout General VS Code workbench layout issues on-testplan
Projects
None yet
Development

No branches or pull requests