# builder-generator-idea-plugin **Repository Path**: tomhat/builder-generator-idea-plugin ## Basic Information - **Project Name**: builder-generator-idea-plugin - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-01-06 - **Last Updated**: 2025-01-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Builder Generator Idea plugin ![build](https://github.com/mjedynak/builder-generator-idea-plugin/actions/workflows/build-gradle-project.yml/badge.svg?branch=master) 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.