Skip to content

peakchen90/vscode-open-in-default-browser

Repository files navigation

Open In Default Browser

A VSCode extension to fast open html file in browser.

中文文档

preview

Supported features

  1. 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
  2. You can also use the shortcut ctrl + 1 (Windows) / command + 1 (Mac)
  3. Supports touchBar (for Mac)
  4. It based on a Local HTTP Server
  5. 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)

Settings Options

This extension contributes the following variables to the settings:

  • openInDefaultBrowser.run.openWithLocalHttpServer: (true/false) Whether to open with local http server, default true

Tutorial Video

CHANGELOG

CHANGELOG

License

MIT