Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/link-kou/intellij-getset
辅助生成 get Or set ; help to get or set
https://github.com/link-kou/intellij-getset
idea idea-plugin intellij intellij-idea intellij-plugin
Last synced: 6 days ago
JSON representation
辅助生成 get Or set ; help to get or set
- Host: GitHub
- URL: https://github.com/link-kou/intellij-getset
- Owner: Link-Kou
- License: mit
- Created: 2020-05-07T11:29:58.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-11-24T03:17:47.000Z (about 4 years ago)
- Last Synced: 2024-11-21T06:30:26.699Z (2 months ago)
- Topics: idea, idea-plugin, intellij, intellij-idea, intellij-plugin
- Language: Java
- Homepage:
- Size: 4.29 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GetSet
### GetSet能做什么?
> GetSet是基于IntelliJ 开发的项目用于辅助生成GetSet
---###为什么要这个插件
1、辅助实体生成getset,协助带上备注信息
2、辅助对象生成set方法### 使用环境
`IntelliJ IDEA Ultimate版(172+)`
### 源代码构建
项目管理:Gradle
注意:国内网络原因,构建十分费力,耐心一点
### 在线安装(搜索)不支持
### 手动安装[plugin.intellij.assistant.mygetset-1.0.0.zip](https://raw.githubusercontent.com/Link-Kou/intellij-getset/master/builds/plugin.intellij.assistant.mygetset-1.0.0.zip)
### 一、示列
> ##### 图片示列教程:(国内有些网络啊!tmd图片看不了的)对象生成Set方法
![样列](https://raw.githubusercontent.com/Link-Kou/intellij-getset/master/image/2020-05-07_19-25-59.gif "样列")实体类生成GetSet
![样列](https://raw.githubusercontent.com/Link-Kou/intellij-getset/master/image/2020-05-07_19-20-02.jpg "样列")
![样列](https://raw.githubusercontent.com/Link-Kou/intellij-getset/master/image/2020-05-07_19-18-09.gif "样列")