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

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

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.

![Demostration of using this extension](https://raw.githubusercontent.com/compulim/vscode-qrcode/master/demo.gif)

## 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.