- Adaptation 2024.3.eap
- Upgrade compatibility for 2024.2 (IU)
- Fixed the problem of salvo api blank list in some scenarios
- add antd pro form code generater tool action
- Adjust seaorm execution result notification
- Fix the issue where checking salvo dependencies may report an error
- Optimize right-click copy salvo API interface
- Fix the bug where the JSON to Sea-ORM type is null.
- Fix the issue with reading the Cargo.toml file causing an error.
- fix Startup error problem
- fix sea-orm-cli execution failure bug
- Completely rewritten
salvo api
scanning implementation - Added right-click menu operation function to jump to
salvo router handle
- Group
salvo
Code generate function operations - changelog
- 升级kotlin到2.0.0
- 开启k2编译器
- 适配2024.1
- 注意:下面的功能需要在前端项目中添加两个前端框架(tailwindcss和daisy ui)
- 添加生成react hook from的功能 (struct)
- 添加一个自用的ts模板文件窗口
- (如果要使用生成react hook from的功能,需要添加这两个模版文件才能使用,模板文件名:ts_input.tsx,ts_modal.tsx)
- 更新日志
- 修复struct属性为Option类型无法生成Typescript Interface字段的问题
- 适配RustRover2024.1.EAP
- 添加api右键菜单相关功能
- 添加salvo api 接口搜索功能
- 添加salvo tool window
- 调整生成dto弹窗样式
- 添加antd table column 和interface 预览
- 优化action的展示逻辑
- 添加antd table column 快速生成
- 添加interface快速生成
- Add antd from form generation function
- 添加生成antd pro from表单功能