Releases: bitkylin/bitkylin-universal-generate
Releases · bitkylin/bitkylin-universal-generate
v1.3.5
Added
- Update to intellij-platform-plugin-template v1.14.2
添加
- 更新到 intellij-platform-plugin-template v1.14.2
V1.2.10
v1.2.9
Added
- Support for IntelliJ IDEA 2024.1
添加
- 支持 IntelliJ IDEA 2024.1
v1.2.7
Changed
- find method to modify deprecated methods - com.intellij.psi.impl.java.stubs.index.JavaFieldNameIndex#get
- Tag annotation supports parent classes
- update intellij-platform-plugin-template v1.11.3
Fixed
- fix problem: delete annotation affects other files
变更
- 找到了一个做法可以去修正已废弃的方法 - com.intellij.psi.impl.java.stubs.index.JavaFieldNameIndex#get
- Tag注解支持对父类的判定
- 更新到 intellij-platform-plugin-template v1.11.3
修复
- 修复一个问题:删除注解时影响到了其他文件
v1.2.1
v1.1.3
Fixed
- When the cursor is pointing to the edge of an element, it will be judged as an unselected element, which is used in Intention Actions Fix the bug of displaying "Full Document" and "Current Element" at the same time.
Changed
- Change since/until build to 223-233.* (2022.3-2023.3.*)
- Update to IntelliJ.Platform.Plugin.Template 1.11.2
- Remove outdated dependencies
修复
- 光标指向元素边缘时,判定为未选定元素,用于 Intention Actions 修复同时展示「整个文档」、「当前元素」的bug
变更
- 支持的IDEA版本改为了 223-233.* (2022.3-2023.3.*)
- 升级到 IntelliJ.Platform.Plugin.Template 1.11.2
- 移除过期的依赖
v1.0.7
Added
- add "Intention Action"、"Intention Action Preview"
- Optimize various error reporting, currently disable handling of interface classes and enum classes
- Remove redundant tri-party dependencies and dramatically reduce plugin size
添加
- 新增 "意图"、"意图预览"
- 优化各种报错,目前禁用对枚举类的处理
- 去除冗余的三方依赖,大幅缩减插件体积
v0.9.9
Added
- Populate the JavaDoc with class field descriptions or method parameter field descriptions based on the same name field in the project, exact or fuzzy matching annotations and Swagger annotations.
- Add the deletion function of JavaDoc, Swagger annotations and Protostuff annotations.
- Optimize the display of the right-click menu
添加
- 根据项目中的同名字段,精确或模糊匹配注释及Swagger注解,将类字段的描述或方法入参字段的描述填充到JavaDoc中
- 增加JavaDoc、Swagger注解、Protostuff注解的删除功能
- 优化右键菜单的展示形式
v0.9.4
Added
- According to the same name field in the project, exact or fuzzy matching annotations and Swagger annotations to generate JavaDoc for the specified field.
- Add the deletion function of JavaDoc, Swagger annotations and Protostuff annotations.
- Optimize the display of the right-click menu
添加
- 根据项目中的同名字段,精确或模糊匹配注释及Swagger注解,生成指定字段的JavaDoc
- 增加JavaDoc、Swagger注解、Protostuff注解的删除功能
- 优化右键菜单的展示形式
v0.9.1
If you only need to manipulate Swagger annotations and not Protostuff annotations , and vice versa, don't worry, you can switch via the "settings -> tools -> Bitkylin Universal Generate" page.
如果你只需要操作Swagger注解而不需要操作Protostuff注解,反之亦然,不用担心,你可以通过 "settings -> tools -> Bitkylin Universal Generate" 页面进行切换。