Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/igorskyflyer/vscode-open-in-browser

🦕 A cross platform Visual Studio Code extension that opens HTML files in a browser of user's choice, which can be any browser installed on your computer. 🌐
https://github.com/igorskyflyer/vscode-open-in-browser

back-end browser cross-platform developer extension frontend html igordvlpr igorskyflyer npm vscode web

Last synced: 10 days ago
JSON representation

🦕 A cross platform Visual Studio Code extension that opens HTML files in a browser of user's choice, which can be any browser installed on your computer. 🌐

Awesome Lists containing this project

README

        

# Open in Browser


Installs
Rating


A cross platform Visual Studio Code extension that opens HTML files in a browser of user's choice, which can be any browser installed on your computer.
This is a cross platform version of the extension, developed on Linux and not fully tested on MacOS. If you find any bugs or you have any questions, please report/ask them before leaving a bad review.
Thank you. 🙏

## Usage

* open a file,
* open the command palette and choose "Open in Browser...",
* or
* simply press CTRL + SHIFT + F9,
* choose a browser.

## How to run locally
* ```npm install```
* ```npm run compile to start the compiler in watch mode```
* ```open this folder in Visual Studio Code and press F5```