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
- Host: GitHub
- URL: https://github.com/gejun123456/intellij-generateallsetmethod
- Owner: gejun123456
- License: gpl-2.0
- Created: 2016-12-24T03:06:25.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-07-22T02:34:32.000Z (about 1 year ago)
- Last Synced: 2025-04-12T19:48:26.609Z (6 months ago)
- Topics: andriod, intellij, java
- Language: Java
- Homepage:
- Size: 1.71 MB
- Stars: 588
- Watchers: 18
- Forks: 144
- Open Issues: 56
-
Metadata Files:
- Readme: README.md
- License: license
Awesome Lists containing this project
README
# intellij-generateAllSetMethod
[![GitHub release][release-img]][latest-release] [![Jetbrains Plugins][plugin-img]][plugin]
[][plugin]
[][plugin]
[][plugin]- generate setter default values when cursor on local variable
- generate converter when cursor in method
- generate List Set Map return value

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