问鼎AI VSCode 插件
在 VSCode 中使用问鼎AI进行代码生成、项目修改、当前文件修改、文件/文件夹操作和调试修复。
安装
- 打开 VSCode。
- 进入扩展面板。
- 搜索
WendingAI Assistant,或选择 Install from VSIX... 安装插件包。
- 安装后点击左侧 Activity Bar 的 问鼎AI 图标,或执行
问鼎AI: 打开聊天面板。
使用
左侧 问鼎AI 工具栏可直接进入:
- 打开工作台
- Agent 写项目
- 修改当前文件
- 调试并修复
- 加载项目上下文
- 文件/文件夹管理
- Codex / Claude 接入
- 设置 API Key
工作台支持 4 种模式:
问答:普通提问和项目分析
改文件:修改当前打开文件并保存
改项目:生成或修改多个项目文件
调试:运行命令,根据报错生成修复
也可以直接输入:
/agent 给当前项目新增一个设置页
/edit 修复当前打开的文件
/debug npm run build 并根据报错修复
/project 生成一个可部署的 Next.js 项目
/cmd 生成并确认执行启动命令
API Key
执行 问鼎AI: 设置 API Key,输入自己的问鼎AI API Key。
官网:https://wendingai.future1.us
WendingAI VS Code Extension
Use WendingAI inside VS Code for code generation, project edits, active-file edits, file/folder operations, and debug fixes.
Install
- Open VS Code.
- Go to Extensions.
- Search
WendingAI Assistant, or install the .vsix package with Install from VSIX....
- Click the WendingAI icon in the left Activity Bar, or run
WendingAI: Open Chat Panel.
Usage
The left WendingAI toolbar provides direct access to:
- Open Workspace
- Agent Project Edit
- Edit Current File
- Debug and Fix
- Load Project Context
- File/Folder Ops
- Codex / Claude Setup
- Set API Key
The workspace panel has 4 modes:
Chat: ask questions and analyze the project
Edit: modify and save the active file
Agent: generate or update multiple project files
Debug: run a command and generate fixes from errors
You can also type:
/agent add a settings page to the current project
/edit fix the active file
/debug npm run build and fix the errors
/project generate a deployable Next.js project
/cmd generate and confirm a start command
API Key
Run WendingAI: Set API Key and enter your WendingAI API Key.
Website: https://wendingai.future1.us