A VSCode extension to fast open html file in browser.
- Provide "Open In Default Browser" menu for html, xml, pdf files on the explorer and on the editor, it can open this file with the default browser
- You can also use the shortcut
ctrl + 1
(Windows) /command + 1
(Mac) - Supports touchBar (for Mac)
- It based on a Local HTTP Server
- Support multi-languauge:
- English (en)
- Simplified Chinese (zh-cn)
- Traditional Chinese (zh-tw)
- Japanese (ja)
- French (fr)
- Korean (ko)
- Russian (ru)
- Portuguese (pt)
- Turkish (tr)
- German (de)
- Spanish (es)
- Hungarian (hu)
- Italian (it)
- Bulgarian (bg)
This extension contributes the following variables to the settings:
openInDefaultBrowser.run.openWithLocalHttpServer
: (true/false) Whether to open with local http server, defaulttrue