A simple plugin for IntelliJ, not published in the marketplace
- navigate to definition files of plugins you made(from build.gradle file)
not supported yet:
- navigation between Kotlin(.build.kts) files
- navigation from an argument of the legacy
applymethod
I found the same features are already existed in some plugins AFTER I implemented this.
MARKET RESEARCH IS IMPORTANT, seriously.
(Maybe) merge these features to existing plugins since it seems that the features are not fully covered.
- Clone this repo
- Execute
gradle build - Open IntelliJ idea
- Call Install Plugin from Disk action and specify the jar file(generated by gradle build)