This VSCode extension generates QR codes from text. It provides a command qrcoder.text2qrcode that can be used to convert selected text or user input into a QR code and display it in a webview panel.
Features
Generate QR codes from selected text or user input.
Display the generated QR code in a webview panel.
Usage
Select the text you want to convert into a QR code, or run the command qrcoder.text2qrcode and enter the text when prompted.
The extension will generate a QR code and display it in a webview panel.
Installation
Clone the repository.
Run npm install to install the dependencies.
Run npm run compile to compile the extension.
Open the project in VSCode and press F5 to start debugging the extension.
Contributing
Contributions are welcome! Please open an issue or submit a pull request on GitHub.