Intellij plugin that enables sharing links directly into Intellij editor
Usage:
- Right click anywhere inside the editor you wish to create a JLink to.
- Click JLink (or use Ctrl+Alt+J)
- JLink is now copied to clipboard, share it with your friends
Installation:
- Press ⌘, to open the Settings/Preferences dialog and then go to Plugins.
- Click the Install JetBrains plugin.
- In the dialog that opens, search for JLink. Press Install. Click OK in the Settings dialog and restart IntelliJ IDEA.
Build & Run Locally:
- git clone https://github.com/yoazmenda/JLink
- cd JLink
- ./gradlew build runide