Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 647 Bytes

README.rst

File metadata and controls

31 lines (18 loc) · 647 Bytes

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

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.