chlorine-clover

About Chlorine for Atom and Clover for VS Code: https://atom.io/packages/chlorine and https://marketplace.visualstudio.com/items?itemName=mauricioszabo.clover
Rowan Barnard 2021-02-24T03:14:15.002900Z

Hi @seancorfield how do I get the Clover REPL tab that opens in VS Code to sit on the bottom underneath the editor tab (and doesn't take up much space) like you have it in the REPL Driven development talk you did for provo in December? It looks like you are using hotkeys to move it down there so I'm not sure how to replicate.

seancorfield 2021-02-24T03:22:20.005400Z

In Atom, it was a setting in Chlorine. There's no equivalent setting in VS Code/Clover. What I tend to do now is connect to the REPL -- Clover REPL tab opens -- cmd+1 (mac), ctrl-1 (win/linux) to select the other tab group, and then join all editor groups (which I have bound to ctrl+alt+e ctrl+alt+j) and then I just ignore the REPL 🙂

seancorfield 2021-02-24T03:22:57.006100Z

Or you could just drag the Clover REPL tab down to the bottom of VS Code and it should "stick" to the bottom half of the screen, and then you can resize it small.

Rowan Barnard 2021-02-24T03:23:30.006500Z

OK I'll play around with it thanks 🙂

Rowan Barnard 2021-02-24T03:25:31.007900Z

Ah yeah I just got it to work thank you, I tried dragging it down before but it ended up in some other position I didn't want, but I see if I hold it while dragging it highlights where it will end up