Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 880 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 880 Bytes

platform-plugin-idea

MetaRing Plugin for IntelliJ Idea IDE

Useful References

Building plugins with Gradle

Publishing a plugin

Examples and Documentations

Plugin installation instruction

  1. To build the plugin run the task gradlew buildPlugin
  2. Install plugin jar/zip from folder build/distributions/platform-plugin-idea-{version}.jar/zip
  3. In IDEA open Settings -> Plugins -> Select Plugin from disk and click OK. Please also check here
  4. Restart IDEA and enjoy background plugin !!!

Start plugin instruction

Run runIde gradle task gradlew runIde