Configuring the view of the REPL and plots in VSCode

I just created my first plot in Julia using the VSCode editor, and I’m trying to figure out how to change the appearance of the plot display and the REPL so that they are stacked on top of each other on the right hand side of the screen. To illustrate what I mean, here is what my editor currently looks like:

I would like to make it look similar to my current setup in Spyder for Python:

This way I will be able to see the code, the REPL/console, and the plot all at once in a nice and organized way. Is there a way to accomplish this in VSCode?

Other people also had the same goal, but looks like is a VS Code limitation.

https://www.reddit.com/r/vscode/comments/7vdywq/is_there_a_way_to_split_the_panel_into_2_parts/

1 Like

Well that’s too bad…For now I am just going to use Atom/Juno, which has lovely window handling.