https://github.com/lowcoding/lowcode-vscode
lowcode tool, support ChatGPT and other LLM
https://github.com/lowcoding/lowcode-vscode
Last synced: 5 months ago
JSON representation
lowcode tool, support ChatGPT and other LLM
- Host: GitHub
- URL: https://github.com/lowcoding/lowcode-vscode
- Owner: lowcoding
- Created: 2020-09-28T14:22:49.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-08-20T11:14:13.000Z (8 months ago)
- Last Synced: 2024-08-20T13:16:25.798Z (8 months ago)
- Language: TypeScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=wjkang.lowcode
- Size: 6.28 MB
- Stars: 217
- Watchers: 5
- Forks: 28
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
- awesome-ChatGPT-repositories - lowcode-vscode - lowcode tool, support ChatGPT and other LLM (NLP)
README
## 关于
低代码工具,支持 ChatGPT 和其它 LLM
[详细文档](https://lowcoding.github.io/)
> 文档不经常更新,新功能使用方法可查看 [releases](https://github.com/lowcoding/lowcode-vscode/releases)
[物料仓库](https://github.com/lowcode-scaffold/lowcode-materials)
## 下面是一些例子
### OCR + ChatGPT 翻译

### 生成指定格式 JSON

### 中文翻译成驼峰格式

### 当前目录翻译成英文

### 快速创建代码模板

### 生成 CURD
以管理后台一个列表页为例

#### 选择对应的模板

#### 截图查询区域,使用 OCR 初始化查询表单的配置

#### 截图表头,使用 OCR 初始化 table 的配置

#### 使用 ChatGPT 翻译中文字段

#### 生成代码

#### 效果
目前我们没有写一行代码,就已经达到了如下的效果

#### 使用其它 LLM
具体查看 https://github.com/lowcode-scaffold/lowcode-materials
## 相关资料
[我的 2023 年度关键词:ChatGPT、生产力工具](https://juejin.cn/post/7324889553508122664)
[还在封装 xxxForm,xxxTable 残害你的同事?试试这个工具](https://juejin.cn/post/7315242945454735414)
[TypeChat、JSONSchemaChat 实战 - 让 ChatGPT 更听你的话](https://juejin.cn/post/7309732396081020928)
[我理想中的低代码开发工具的形态](https://juejin.cn/post/7248207744086638629)
[曾经辛苦造的轮子,现在能否用 ChatGPT 替代呢?](https://juejin.cn/post/7246376735838502971)
[我在 vscode 插件里接入了 ChatGPT,解决了代码变量命名的难题](https://juejin.cn/post/7243263236623450170)
[vscode 插件可视化制作和管理脚手架及原理解析](https://juejin.cn/post/7080787567192309797)