CodingTrain / Bizarro-Devin

12 stars 4 forks source link

multiple layouts commands? #103

Open shiffman opened 4 months ago

shiffman commented 4 months ago

My first experiments will probably be YouTube shorts / experimental tiktoks recording Bizarro-Dan (maybe that should be the name?). The vertical layout is good for that, but when I'm ready to live stream mr. bizarro and often for testing a horiztonal layout (a la p5.js web editor) is better. Maybe we could have commands to easily switch between the layouts.

dipamsen commented 4 months ago

It is probably not possible to control the external size/orientation of the window from within the extension.

shiffman commented 4 months ago

Ah, no I don't need to manipulate the larger VSCode window itself, just the internal state. The current layout command splits the code and preview up and down I just want to switch the split to left and right. Maybe this is silly and I just need to get better at using the VSCode interface lol

dipamsen commented 4 months ago

Do you mean that in the horizontal layout it would be left and right, while for vertical it will be up and down? The vice versa doesn't seem effective...