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 front-end html igordvlpr igorskyflyer npm vscode web
Last synced: 12 months 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 (over 7 years ago)
- Default Branch: main
- Last Pushed: 2023-05-03T22:51:22.000Z (about 3 years ago)
- Last Synced: 2025-03-22T13:23:10.893Z (over 1 year ago)
- Topics: back-end, browser, cross-platform, developer, extension, front-end, html, igordvlpr, igorskyflyer, npm, vscode, web
- Language: TypeScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=igordvlpr.open-in-browser
- Size: 61.5 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 8
-
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```