RT 普及给项目组使用
1 ufo5260987423 2023-03-29 20:19:01 +08:00 code template 算不算? |
![]() | 2 wolfie 2023-03-29 20:23:45 +08:00 多看看 idea 的提示 |
![]() | 3 utfs8889 2023-03-29 20:40:26 +08:00 WRITE-BUG 数字空间,代码托管内置代码质量评估系统,可以一键为代码体检 |
![]() | 4 chendy 2023-03-29 21:12:02 +08:00 代码质量的话,idea + sonarlint 插件 |
5 cvbnt 2023-03-29 21:24:49 +08:00 via Android jrebel ? |
![]() | 6 kytrun 2023-03-29 21:36:10 +08:00 via Android ![]() CharAutoReplace:打出来的符号自动替换,比如中文都变成英文的 GitToolBox:分支信息、提交信息等 StringManipulation:字符串操作,驼峰 /下划线... RoboPOJOGenerator:json 生成类 POJO to JSON:类生成 json |
![]() | 7 LeegoYih 2023-03-30 00:35:34 +08:00 PlantUML Integration 算不算 |
8 cslive 2023-03-30 08:49:18 +08:00 使用 idea , 报黄的提示都改改 |
![]() | 9 chenjian026 2023-03-30 08:52:22 +08:00 via Android key prompt |
10 Bill3746 2023-03-30 09:03:26 +08:00 copilot |
11 lyxeno 2023-03-30 09:23:02 +08:00 github copilot |
![]() | 12 sampdoria 2023-03-30 09:31:03 +08:00 CI/CD 集成 findbugs ,checkstyle ,PMD 之类的 |
13 kingwrcy 2023-03-30 09:48:54 +08:00 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 2023-03-30 09:50:55 +08:00 github copilot |
15 mgzu 2023-03-30 10:13:29 +08:00 Key Promoter X 自定义快捷键 |
![]() | 16 oldshensheep 2023-03-30 10:27:42 +08:00 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 2023-03-30 10:58:54 +08:00 Alibaba Java Coding Guidelines:阿里规范 BeanMappingKey:生成 Bean 之间的转换 CamelCase:驼峰转换 Git Commit Template:提交模板 GsonFormatPlus:json 转 pojo MyBatisX:mybatis 插件 |
![]() | 18 asmoker 2023-03-30 11:01:52 +08:00 |
![]() | 19 cheng6563 2023-03-30 11:04:13 +08:00 ChatGPT |
![]() | 20 NoobNoob030 2023-03-30 11:14:25 +08:00 copilot 代码提示 jrebel+xrebel 热部署+监听数据库操作 lombok 简化代码 Alibaba Java Coding Guidelines 代码规范提示 |
![]() | 21 pangdundun996 2023-03-30 11:30:21 +08:00 当前 ide:eclipse + darktheme + mapstruct+ Mybatis + sonarlint + sts4 个人觉得还是挺好使的 |
22 assiadamo 2023-03-30 11:47:36 +08:00 sonar 规定代码样式,用在 CD/CI ,可以把不符合的提交给干掉 比如单文件代码行数 每行代码字数 变量名长度 |
23 bitmin 2023-03-30 14:14:36 +08:00 BeanMappingKey 转换 bean 一直在用,之前站内看到的,虽然还不完善,但已经比手写方便了。 lombok 简化了很多代码,不然用多了 kotlin 真不习惯 Java 。 CamelCase ,camelCase 和 snake_case 之间转换很方便。StringManipulation 因为不知道快捷键所以觉得还是 CamelCase 好用。 Idea 自带的 Live Templates 简化了模版代码的输入,也是一直用。 16# 的 Manifold 太强了,不敢用。 |
![]() | 24 wxyrrcj 2023-03-30 14:41:55 +08:00 ideaVim |
![]() | 25 misaka19000 2023-03-30 17:11:46 +08:00 via Android Rainbow Brackets 一个蛮好看的代码主题 |
26 dddd1919 2023-03-30 17:25:55 +08:00 Lombok |
27 WashFreshFresh 2023-03-31 15:20:23 +08:00 @NoobNoob030 感谢 jrebel 属实好用 |