https://github.com/compulim/vscode-qrcode
Visual Studio Code extension for generating QR code
https://github.com/compulim/vscode-qrcode
Last synced: about 1 month ago
JSON representation
Visual Studio Code extension for generating QR code
- Host: GitHub
- URL: https://github.com/compulim/vscode-qrcode
- Owner: compulim
- Created: 2016-01-25T19:22:00.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-10-14T07:29:21.000Z (over 5 years ago)
- Last Synced: 2025-03-24T16:02:53.546Z (about 2 months ago)
- Language: JavaScript
- Homepage:
- Size: 155 KB
- Stars: 13
- Watchers: 2
- Forks: 4
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Generates QR code and save as transparent GIF
Generates QR code from text and saves as transparent GIF in Visual Studio Code. Works without Internet connectivity.

## Usage
* Select text you want to generate QR code from
* If no text was selected, an input prompt will be presented
* Press `F1` or `Ctrl+Shift+P` for Command Palette
* Type or find "QR code: Generate QR code from text"## Change log
* 0.2.0 (2016-02-10):
* Previews generated QR code inside Visual Studio Code
* Customizable error correction level (L, M, Q, H)
* Updated to use new API reference, technically `vscode^0.11.x`, to align with VS Code 0.10.8 (January 2016)## Contributions
Love this extension? [Star](https://github.com/compulim/vscode-qrcode/stargazers) us!Want to make this extension even more awesome? [Send us your wish](https://github.com/compulim/vscode-qrcode/issues/new/).
Hate how it is working? [File an issue](https://github.com/compulim/vscode-qrcode/issues/new/) to us.