Skip to content

Adds some commands for opening the current file or project in any browser you like, even all of them simultaneously.

License

Notifications You must be signed in to change notification settings

fabiospampinato/vscode-open-in-browsers

Repository files navigation

Open in Browsers

Logo

Adds some commands for opening the current file or project in any browser you like, even all of them simultaneously.

Install

Follow the instructions in the Marketplace, or run the following in the command palette:

ext install fabiospampinato.vscode-open-in-browsers

Usage

It adds 3 commands to the command palette:

'Open in Browser...' // Open the current file or project in the selected browser
'Open in Default Browser' // Open the current file or project in the default browser
'Open in All Browsers' // Open the current file or project in all browsers

Settings

An example configuration may look like this:

{
  "openInBrowsers.browser": "chrome", // Browser opened via "Open in Default Browser"
  "openInBrowsers.browsers": ["chrome", "firefox", "safari", "edge"] // Browsers opened via "Open in All Browsers"
}

License

MIT © Fabio Spampinato

About

Adds some commands for opening the current file or project in any browser you like, even all of them simultaneously.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published