Provides declaration/implementation completions for Amtgard Builder Traits.
This adds fun little autocompletes when you type the arrow operator (->) to variables identifiable as classes with the Amtgard Builder, Getter, Setter, or ToBuilder traits.
This plugin was built with
IntelliJ IDEA 2024.3.2.2 (Ultimate Edition)
Build #IU-243.23654.189, built on January 29, 2025
And requires that or a similar editor.
On first build, you will need to build the gradle wrapper:
gradle wrapper
then
/.gradlew build
To build the plugin, run:
./gradlew buildPlugin
Output will be in build/distributions