MyBatisCodeHelper-Pro icon indicating copy to clipboard operation
MyBatisCodeHelper-Pro copied to clipboard

Results 271 MyBatisCodeHelper-Pro issues
Sort by recently updated
recently updated
newest added

IDEA版本:2024.2 MyBatisCodeHelper-Pro版本:3.3.6+2321 复现步骤: 1. IDEA连接数据库,大概有一千多张表 2. XML中编写SQL使其触发代码提示,出现大量表字段提示 我在关掉MyBatisCodeHelper之后,就没有出现此类大量表字段提示 这个需要在哪儿可以配置提示内容呢?

在xml文件中Enter无法换行,只有shift + Enter才能换行

bug
waiting-for-feedback

com.intellij.diagnostic.PluginException: `ActionUpdateThread.OLD_EDT` is deprecated and going to be removed soon. com.ccnode.codegenerator.aa.ad' must override `getActionUpdateThread()` and chose EDT or BGT. See ActionUpdateThread javadoc. [Plugin: com.ccnode.codegenerator.MyBatisCodeHelperPro] at com.intellij.diagnostic.PluginProblemReporterImpl.createPluginExceptionByClass(PluginProblemReporterImpl.java:23) at com.intellij.diagnostic.PluginException.createByClass(PluginException.java:90) at com.intellij.diagnostic.PluginException.reportDeprecatedUsage(PluginException.java:125)...

waiting-for-feedback

使用插件格式化sql中的标签不希望换行,如下效果 ![image](https://github.com/user-attachments/assets/bbc8c583-700f-4c47-bf06-29405d8ff567) 现在实际格式化后会是整个if标签变更为两行 ![image](https://github.com/user-attachments/assets/a84757e6-c49c-42d1-af7b-379d9287fd3e) 我的设置是这样的,是哪里设置不对吗还是版本的问题 ![image](https://github.com/user-attachments/assets/013e0668-2783-48a5-ab59-081c02ffb844) ![image](https://github.com/user-attachments/assets/35f962c7-f547-46f5-a9f3-2923a9a93a34)

enhancement

目前只能导出是基于电脑硬盘的 换到别的电脑上无法使用 要手动修改路径 ![image](https://github.com/user-attachments/assets/9d5cfa70-1e93-4754-bea4-11bc02dcd95e)

enhancement

项目引入一个jar包,我在项目了按同名同类覆盖了jar包里面的mapper接口,然后又覆盖了xml文件,但是新的xml文件代码提示是按jar包里面的mapper接口来的

enhancement

![image](https://github.com/user-attachments/assets/49fafec2-296b-4743-8111-b9da1abc74c9) 建议在这个菜单中增加生成xml选项,当Mapper文件过长时不用回到顶部类名处才能唤起

enhancement