Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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. 🌐
- Host: GitHub
- URL: https://github.com/igorskyflyer/vscode-open-in-browser
- Owner: igorskyflyer
- License: mit
- Created: 2018-12-27T18:09:09.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2022-12-27T00:21:20.000Z (almost 2 years ago)
- Last Synced: 2023-03-05T08:24:29.081Z (over 1 year ago)
- Topics: back-end, browser, cross-platform, developer, extension, frontend, html, igordvlpr, igorskyflyer, npm, vscode, web
- Language: TypeScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=igordvlpr.open-in-browser
- Size: 60.5 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE.txt
Awesome Lists containing this project
README
# 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.
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```