Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>View In BrowserNew to Visual Studio Code? Get it now.

View In Browser

qinjia

|
1,105,609 installs
| (62) | Free
view a html file in system's default browser
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

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](https://github.com/hellopao/view-in-browser/raw/master/./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
  • Contact us
  • Jobs
  • Privacy
  • Terms of use
  • Trademarks
© 2023 Microsoft