# What IDE allow to work on 2 monitors

**URL:** https://discourse.julialang.org/t/what-ide-allow-to-work-on-2-monitors/28132
**Category:** New to Julia
**Created:** [August 28, 2019, 7:36pm UTC](https://discourse.julialang.org/t/what-ide-allow-to-work-on-2-monitors/28132 "2019-08-28T19:36:35Z")
**Posts on this page:** 1
**Showing post:** 8

<div class="post-metadata">

### Author: ![pfitzseb](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/pfitzseb/32/45566_2.png) [@pfitzseb](https://discourse.julialang.org/u/pfitzseb)
#### Post date: [August 29, 2019, 8:54am UTC](https://discourse.julialang.org/t/what-ide-allow-to-work-on-2-monitors/28132/8 "2019-08-29T08:54:50Z")

</div>

> [@jonathanBieler](#):
>
> Just a random idea but in theory it should be possible to make Atom or VS-code to start the Julia process in a terminal rather that in the background, that way you could have the REPL on one screen and the editor on another (I find having a large REPL to be quite useful).

Yeah, this is a good solution, and Juno allows you to do this:

 ![image](https://global.discourse-cdn.com/julialang/original/3X/3/0/30ebcfa85d94a090371e0977cf540f814118f266.jpeg)

Instead of starting a normal internal Julia process, you can use the `Julia Client: Connect Terminal` command to automatically start a Julia process in an external terminal and connect that to Juno. You will still have access to all Juno features (except for keybindings that switch between the repl and the editor, obviously).

---

_[View the full topic](https://discourse.julialang.org/t/what-ide-allow-to-work-on-2-monitors/28132)._
