forked from mjedynak/builder-generator-idea-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
Darpholgshon/Builder-Generator
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 - 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.
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Packages 0
No packages published
Languages
- Java 97.9%
- Groovy 2.1%