RT 普及给项目组使用
1
ufo5260987423 66 天前
code template 算不算?
|
![]() |
2
wolfie 66 天前
多看看 idea 的提示
|
![]() |
3
utfs8889 66 天前
WRITE-BUG 数字空间,代码托管内置代码质量评估系统,可以一键为代码体检
|
![]() |
4
chendy 66 天前
代码质量的话,idea + sonarlint 插件
|
5
cvbnt 66 天前 via Android
jrebel ?
|
![]() |
6
kytrun 66 天前 via Android ![]() CharAutoReplace:打出来的符号自动替换,比如中文都变成英文的
GitToolBox:分支信息、提交信息等 StringManipulation:字符串操作,驼峰 /下划线... RoboPOJOGenerator:json 生成类 POJO to JSON:类生成 json |
![]() |
7
LeegoYih 66 天前
PlantUML Integration 算不算
|
8
cslive 65 天前
使用 idea , 报黄的提示都改改
|
![]() |
9
chenjian026 65 天前 via Android
key prompt
|
10
Bill3746 65 天前
copilot
|
11
lyxeno 65 天前
github copilot
|
![]() |
12
sampdoria 65 天前
CI/CD 集成 findbugs ,checkstyle ,PMD 之类的
|
13
kingwrcy 65 天前
GenerateAllSetter https://plugins.jetbrains.com/plugin/9360-generateallsetter
MyBatisCodeHelperPro https://plugins.jetbrains.com/plugin/9837-mybatiscodehelperpro Translation https://plugins.jetbrains.com/plugin/8579-translation Maven Helper https://plugins.jetbrains.com/plugin/7179-maven-helper GsonFormatPlus https://plugins.jetbrains.com/plugin/14949-gsonformatplus 这几个都是我必装的 |
14
hxzhouh1 65 天前
github copilot
|
15
mgzu 65 天前
Key Promoter X 自定义快捷键
|
![]() |
16
oldshensheep 65 天前 via Android
https://github.com/manifold-systems/manifold
Manifold is a Java compiler plugin, its features include Metaprogramming, Properties, Extension Methods, Operator Overloading, Templates, a Preprocessor, and more. |
17
ZField 65 天前
Alibaba Java Coding Guidelines:阿里规范
BeanMappingKey:生成 Bean 之间的转换 CamelCase:驼峰转换 Git Commit Template:提交模板 GsonFormatPlus:json 转 pojo MyBatisX:mybatis 插件 |
![]() |
18
asmoker 65 天前
|
![]() |
19
cheng6563 65 天前
ChatGPT
|
20
NoobNoob030 65 天前
copilot 代码提示
jrebel+xrebel 热部署+监听数据库操作 lombok 简化代码 Alibaba Java Coding Guidelines 代码规范提示 |
![]() |
21
pangdundun996 65 天前
当前 ide:eclipse + darktheme + mapstruct+ Mybatis + sonarlint + sts4
个人觉得还是挺好使的 |
22
assiadamo 65 天前
sonar 规定代码样式,用在 CD/CI ,可以把不符合的提交给干掉
比如单文件代码行数 每行代码字数 变量名长度 |
23
bitmin 65 天前
BeanMappingKey 转换 bean 一直在用,之前站内看到的,虽然还不完善,但已经比手写方便了。
lombok 简化了很多代码,不然用多了 kotlin 真不习惯 Java 。 CamelCase ,camelCase 和 snake_case 之间转换很方便。StringManipulation 因为不知道快捷键所以觉得还是 CamelCase 好用。 Idea 自带的 Live Templates 简化了模版代码的输入,也是一直用。 16# 的 Manifold 太强了,不敢用。 |
![]() |
24
wxyrrcj 65 天前
ideaVim
|
![]() |
25
misaka19000 65 天前 via Android
Rainbow Brackets
一个蛮好看的代码主题 |
26
dddd1919 65 天前
Lombok
|
27
WashFreshFresh 64 天前
@NoobNoob030 感谢 jrebel 属实好用
|