forked from mjedynak/builder-generator-idea-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
License
jacr1/builder-generator-idea-plugin
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Plugin for IntelliJ IDEA that adds ability to generate builder for a class and switch between them.
Switching between builder and source class is similar to 'Go To Test' action.
Generated builder class does not use reflection, only setter methods or constructor.
Requires gradle and IntelliJ IDEA for building.
Build instructions:
- edit build.gradle and change values of 'ideaInstallationPath' and 'ideaJdk' to be in sync with your environment
- edit build.gradle and change "from('/META-INF')" to "from('./META-INF')" if using linux as dev environment
- invoke 'gradle build' from command line to build
- invoke 'gradle idea' from command line to generate IDEA specific files - provides possibility to be opened as IDEA project (open builder-generator-idea-plugin.ipr)
About
No description, website, or topics provided.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- Java 99.8%
- Groovy 0.2%