ajshort / vscode-latex-preview

Compilation and embedded preview of LaTeX documents for Visual Studio Code
MIT License
32 stars 11 forks source link

automatically preview with opening tex file #18

Open ostwind opened 6 years ago

ostwind commented 6 years ago

does vscode-latex-preview support opening a preview in new tab/ new window upon opening a .tex file? If not, do the authors plan on introducing such a feature?

ajshort commented 6 years ago

I don't have any plans to do so at the moment - if you are interested in making this change, you could listen to the onDidOpenTextDocument event and run the show preview command.