This repository contains an IntelliJ plugin which will provide navigational hints between Import & Export annotations.
This plugin can be found here: https://plugins.jetbrains.com/plugin/14808-rs-injection-assist
To build it yourself from source:
-
Git clone this repo
-
Run
./gradlew build
-
IntelliJ > Settings > Plugins > Gear > Install Plugin from disk > Choose the
build/libs/injection-assist-*.jar
file