简体   繁体   中英

In VScode how to split panels to have terminal and editor next to each other

I am trying to split my VScode windows to look something like the image below. It's easy enough to split the terminal and split the editor but I'm not sure if its possible to obtain something like the layout below. Any advice would be appreciated!

布局

in VS Code terminal and Editor next windows not liked directly. So no way to split like you mentioned. You may split editors and split terminals to edit code and run commands. or simply open external terminal window and work with it.

Not exactly the layout that are looking for, but VS Code now supports terminal on the right side.

Right click on the Terminal tab and select Move Panel Right .

You can follow the steps as shown in below screenshot: open-terminal-in-right-hand-side-pane

You can also refer this answer - https://stackoverflow.com/a/54768672

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM