-
Notifications
You must be signed in to change notification settings - Fork 30.2k
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
Comments
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 edit: |
EDIT: oops, I saw the |
This feature request is not closed. |
Please make it happen! |
I'd love to see Output / Terminal at the same time as well. |
Also multiple Outputs, e.g. Output and 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 |
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)
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 |
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:
The text was updated successfully, but these errors were encountered: