Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 627 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 627 Bytes

JLink

Intellij plugin that enables sharing links directly into Intellij editor

Usage:

  1. Right click anywhere inside the editor you wish to create a JLink to.
  2. Click JLink (or use Ctrl+Alt+J)
  3. JLink is now copied to clipboard, share it with your friends

Installation:

  1. Press ⌘, to open the Settings/Preferences dialog and then go to Plugins.
  2. Click the Install JetBrains plugin.
  3. In the dialog that opens, search for JLink. Press Install. Click OK in the Settings dialog and restart IntelliJ IDEA.

Build & Run Locally:

  1. git clone https://github.com/yoazmenda/JLink
  2. cd JLink
  3. ./gradlew build runide