Search for BoboBox in IDEA's plugin repository and download it.
- Ctrl + Alt + R
a,b,c a,1,2
1,2,3 -> b,2,4
2,4,6 c,3,6
- generate(Ctrl + Alt + G)
- ↗ (Ctrl + Alt + Up)
- ↘ (Ctrl + Alt + Down)
- Numbers
- a-z A-Z
- 零, 一, 二, 三, 四, 五, 六, 七, 八, 九, 十...
- 周一, 周二, 周三, 周四, 周五, 周六, 周日
- 星期一, 星期二, 星期三, 星期四, 星期五, 星期六, 星期日
- Monday, Tuesday, Wednesday, Thursday, Friday, Saturday, Sunday...
- MON, TUE, WED, THU, FRI, SAT, SUN...
- 一月, 二月, 三月, 四月, 五月, 六月...
- January, February, March, April, May, June...
- JAN, FEB, MAR, APR, MAY, JUN...
- 甲, 乙, 丙, 丁, 戊, 己, 庚, 辛, 壬, 癸
- 红, 橙, 黄, 绿, 青, 蓝, 紫
- RED, ORANGE, YELLOW, GREEN, CYAN, BLUE, PURPLE
- _cc (to CamelCase)
- _ul (to Underscore)
- Ctrl + Alt + Y (to CamelCase)
- Ctrl + Alt + U (to Underscore)
- Ctrl + Alt + 7 (Translation Only)
_log
Generate log.info code._logw
Generate log.warn code._loge
Generate log.error code._logd
Generate log.debug code._logt
Generate log.trace code.
_get
Generate all get methods._gets
The build does not include all get methods of the parent class.
_set
generates all set methods._sets
generates all set methods excluding those from the parent class._setn
generates all set methods without default values._setc
generates all set methods in lombok chain style._build
generates all build methods._buildn
generates all build methods without default values._gset
generates both get and set methods.