An open API service indexing awesome lists of open source software.

https://github.com/gejun123456/intellij-generateallsetmethod

Intellij plugin to generate call to setter method value for class
https://github.com/gejun123456/intellij-generateallsetmethod

andriod intellij java

Last synced: 6 months ago
JSON representation

Intellij plugin to generate call to setter method value for class

Awesome Lists containing this project

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