Closed
Description
Add buttons for moving the terminal around
The ISE has buttons for moving the console/script pane around so you can quickly maximize one or the other, or put them side by side. This is a nice feature to have in situations where you want maximum screen space for the script pane, or want to look through a big list of objects in the console pane.
Proposed technical implementation details
Add 3 buttons in the tabs bar similar to the recently added Run and Run Selection buttons with the following built-in VS code functions:
- "View: Move Panel Left" (Maybe add a setting that changes it to right instead of left?)
- "View: Move Panel To Bottom"
- "View: Toggle Panel"