Skip to content

extension for vscode to view a html file in system's default browser

Notifications You must be signed in to change notification settings

hellopao/view-in-browser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

View In Browser

Extension for vscode to view a html file in a browser.

Usage

Use command or context menu in the explorer.

Command

1. Open the command list (Press F1 or Ctrl + Shift + P)
2. Select `View In Browser`

Keybindings

1. Press Ctrl + F1

Context Menu

![contextmenu](./images/contextmenu.png)

Configuration

You can select what browser you want to open html file with. Default value is your default browser. Add to User or Workspace settings:

{
    "view-in-browser.customBrowser": "chrome"
}

Supported OS

Windows, Linux, MacOS

Supported browsers

Supported browsers by node-open.

Mozilla, Chrome, Internet Explorer, Safari

About

extension for vscode to view a html file in system's default browser

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published