plievone / vscode-template-literal-editor

Extension to VS Code. Use Ctrl+Enter to open ES6 template literals and other configured multi-line strings or heredocs in any language in a synced editor, with language support (HTML, CSS, SQL, shell, markdown etc).
https://marketplace.visualstudio.com/items?itemName=plievone.vscode-template-literal-editor
55 stars 5 forks source link

Full size vs side by side #17

Open natxocc opened 3 years ago

natxocc commented 3 years ago

Is it possible to use the editor in full size like original sheet and not only side by side?

plievone commented 3 years ago

Hi, at this point, I guess only side by side is possible. A couple of years back when I developed this, it was only possible to sync edits between editors in VS Code when they were both visible. If one would delay the sync until the editor is closed, one could potentially lose edits. I also liked that by having the original document open, one can potentially see some errors (such as typos in variable names) right away, that are not visible on subeditor as it doesn't have the context.