microsoft / vscode-edge-devtools

A VSCode extension that allows you to use browser devtools from within the editor. The devtools will connect to an instance of Microsoft Edge giving you the ability to alter CSS styling, perform diagnostics, and debugging. Get it now at http://aka.ms/devtools-for-code
https://docs.microsoft.com/microsoft-edge/visual-studio-code/microsoft-edge-devtools-extension
MIT License
747 stars 255 forks source link

Provide a preview editor toolbar action for html files #1886

Open hediet opened 9 months ago

hediet commented 9 months ago

Like the live-preview extension (as seen in the screenshot), I recommend to add a preview toolbar action that opens with the embedded edge browser:

Image

There are many such preview commands already in VS Code (e.g. for markdown files).

captainbrosset commented 9 months ago

Seems like a good entry point for the extension indeed.