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

https://github.com/idlesign/qrcoder

Plugin for IntelliJ IDEs featuring QR code popups
https://github.com/idlesign/qrcoder

ide intellij-plugin plugin pycharm-plugin

Last synced: 5 months ago
JSON representation

Plugin for IntelliJ IDEs featuring QR code popups

Awesome Lists containing this project

README

          

QRCoder
=======
https://github.com/idlesign/qrcoder

Description
-----------

*Plugin for IntelliJ IDEs featuring QR code popups*

Could be useful for presentations when you need to generate QR for some string, e.g. link.

Plugin: https://plugins.jetbrains.com/plugin/11581-qrcoder

.. image:: static/shot.png

How to use
----------

* Install the plugin and restart IDE;
* Select text you want to represent as QR code;
* Press ``AltGr + Q`` to trigger QR code popup.

**Note:** You can bind a custom keystroke for "Show QR Code" action in ``Keymap``.

Acknowledgements
~~~~~~~~~~~~~~~~

Uses http://goqr.me service to generate QR code images.