Skip to content

shoumoji/vscode-open-in-default-browser

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

CHANGELOG

CHANGELOG

License

MIT

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 74.5%
  • HTML 16.1%
  • JavaScript 9.3%
  • CSS 0.1%