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:
I think there should be a way to split terminal window independently of the amount of code windows.
@bpasero any progress on this issue?
No, this is something we are not working on currently nor planning short term.
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
~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.
This feature request is not closed.
~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.
Please make it happen!
I'd love to see Output / Terminal at the same time as well.
Really any combination of Output, Debug / Terminal as needed.
Also multiple Outputs, e.g. Output
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.
How to up-vote items in github?
Would love such a feature. Any news?
Great to see it's On Deck, still very interested in this one for me.
Critical feature for me, glad to see it's On Deck, will keep an eye out and switch from Sublime when it's out.
Indeed, having this feature would make things so much easier, especially when working with C++.
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.
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.
@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
Most helpful comment
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.