James-Yu / LaTeX-Workshop

Boost LaTeX typesetting efficiency with preview, compile, autocomplete, colorize, and more.
MIT License
10.55k stars 522 forks source link

Math preview panel in VSCode panel #4187

Closed memeplex closed 6 months ago

memeplex commented 6 months ago

Pre-checks*

The Missed*

Opening another editor for the math preview panel uses a significant amount of screen real estate. Oftentimes the VSCode panel is already open and the math preview panel stacks over it.

The Solution*

Allow to specify the VSCode panel as another valid location for the math preview panel.

James-Yu commented 6 months ago

Extensions of vscode cannot control the size or locations (other than up, down, left, right).

memeplex commented 6 months ago

Sorry, I don't think this is actually the case. Some extensions add new panes to the panel. Moreover, individual panes in the sidebar accordion can be dragged into the panel. The Quarto extension also implements a formula preview pane that is by default in the sidebar but can easily be relocated (https://quarto.org/docs/tools/vscode.html#live-preview).