Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mamal72/open-in-code
Download and open Github files in Visual Studio Code right from your browser
https://github.com/mamal72/open-in-code
chrome-extension github vscode
Last synced: 2 months ago
JSON representation
Download and open Github files in Visual Studio Code right from your browser
- Host: GitHub
- URL: https://github.com/mamal72/open-in-code
- Owner: mamal72
- License: mit
- Created: 2017-05-25T01:22:07.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-11-09T19:04:10.000Z (about 2 years ago)
- Last Synced: 2023-08-06T00:35:01.950Z (over 1 year ago)
- Topics: chrome-extension, github, vscode
- Language: JavaScript
- Homepage:
- Size: 149 KB
- Stars: 42
- Watchers: 4
- Forks: 12
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Chrome Extension](https://img.shields.io/badge/Chrome%20Extension-Ready-green.svg)](https://chrome.google.com/webstore/detail/open-in-code/pojigilicipchiacceabcigkhkjhdcie)
[![license](https://img.shields.io/github/license/mamal72/open-in-code.svg)](https://github.com/mamal72/open-in-code/blob/master/LICENSE)# Open in Code
A simple Chrome Extension in _<80 lines of code_ that adds a button (a [page action](https://developer.chrome.com/extensions/pageAction)) for downloading and opening current viewing Github file in [Microsoft Visual Studio Code](https://code.visualstudio.com/).
## Screenshot
![Open in Code](./screenshot.jpg)
## Installation
You can install this extension from [Chrome Web Store](https://chrome.google.com/webstore/detail/open-in-code/pojigilicipchiacceabcigkhkjhdcie).
## Ideas or Issues
Create an issue and describe it. I'll check it ASAP!
## Contribution
You can fork the repository, improve or fix some part of it and then send the pull requests back if you want to see them here. I really appreciate that. ❤️
## License
Licensed under the [MIT License](https://github.com/mamal72/open-in-code/blob/master/LICENSE).