# intellij-generateAllSetMethod **Repository Path**: ls9527/intellij-generateAllSetMethod ## Basic Information - **Project Name**: intellij-generateAllSetMethod - **Description**: Intellij plugin to generate call to setter method value for class - **Primary Language**: Unknown - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2020-08-01 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # intellij-generateAllSetMethod [![GitHub release][release-img]][latest-release] [![Jetbrains Plugins][plugin-img]][plugin] [![Version](http://phpstorm.espend.de/badge/9360/version)][plugin] [![Downloads](http://phpstorm.espend.de/badge/9360/downloads)][plugin] [![Downloads last month](http://phpstorm.espend.de/badge/9360/last-month)][plugin] - generate setter default values when cursor on local variable ![setter](https://raw.githubusercontent.com/gejun123456/intellij-generateAllSetMethod/master/screenshot/generateSetterPlugin.gif) - generate converter when cursor in method ![methodConveter](https://raw.githubusercontent.com/gejun123456/intellij-generateAllSetMethod/master/screenshot/generate_the_conveter.gif) - generate List Set Map return value ![ListImplement](https://raw.githubusercontent.com/gejun123456/intellij-generateAllSetMethod/master/screenshot/generate_list_default_value.gif) Installation ---- support following product build version > 141 - Android Studio - IntelliJ IDEA - IntelliJ IDEA Community Edition **using IDE plugin system** - Preferences(Settings) > Plugins > Browse repositories... > find"GenerateAllSetter" > Install Plugin **Manual:** - download[`lastest plugin zip`][latest-release] -> Preferences(Settings) > Plugins > Install plugin from disk... restart **IDE**. ## contribute - import the project to Intellij - add a gradle task runIde - change the code and run the task to see the change ## my other plugins - MybatisCodeHelperPro https://github.com/gejun123456/MyBatisCodeHelper-Pro - StackOverFlow https://github.com/gejun123456/IntellijGoToStackOverFlow [release-img]: https://img.shields.io/github/release/gejun123456/intellij-generateAllSetMethod.svg [latest-release]: https://github.com/gejun123456/intellij-generateAllSetMethod/releases/latest [plugin-img]: https://img.shields.io/badge/plugin-9360-orange.svg [plugin]: https://plugins.jetbrains.com/plugin/9360