by Lianues
一个强大的 VS Code AI 编程助手
# Add to your Claude Code skills
git clone https://github.com/Lianues/Lim-Code内置丰富的工具,让 AI 能够直接操作您的代码:
| 类别 | 工具 | 说明 |
|------|------|------|
| 📁 文件 | read_file | 读取文件内容(支持多模态) |
| | write_file | 写入文件内容 |
| | apply_diff | 应用差异修改 |
| | list_files | 列出目录文件 |
| | delete_file | 删除文件 |
| | create_directory | 创建目录 |
| 🔍 搜索 | find_files | 按名称搜索文件 |
| | search_in_files | 在文件内容中搜索 |
| 🖥️ 终端 | execute_command | 执行终端命令 |
| 🎨 媒体 | generate_image | AI 图像生成 |
| | remove_background | 移除图片背景 |
| | crop_image | 裁剪图片 |
| | resize_image | 调整图片尺寸 |
| | rotate_image | 旋转图片 |
{{$VARIABLE}} 变量自定义系统提示词No comments yet. Be the first to share your thoughts!
1.搜索LimCode进行安装
limcode-x.x.x.vsix 文件Ctrl+Shift+P)# 克隆仓库
git clone https://github.com/Lianues/Lim-Code.git
cd Lim-Code
# 安装依赖
npm install
cd frontend && npm install
# 构建前后端
npm run build
# 打包
npx @vscode/vsce package
为了提升前端调试效率,项目支持 仅在本地开发模式 下使用 Vite Dev Server(HMR)。
直接在 VS Code 里运行调试配置:
Run Extension (Local Vite Dev)该配置会自动:
watch5173)LIMCODE_WEBVIEW_DEV_SERVER_URL 让 Webview 从本地 Vite 加载前端资源# 终端 A:后端 watch
pnpm run watch
# 终端 B:前端 vite dev server
pnpm run dev:frontend
然后使用常规 Run Extension 或自定义带环境变量的调试配置启动扩展。
说明:
- Vite Dev Server 仅在
ExtensionMode.Development下生效。- 生产/打包模式仍然使用
frontend/dist,不会依赖本地 Vite 服务。
limcode.*),在开启 VS Code Settings Sync 时会自动同步到其他设备。limcode.proxy 与 limcode.storagePath 为 machine scope:按机器保存,不参与同步(避免不同机器代理端口、存储路径冲突)。globalStorage/settings/settings.json 迁移,并备份旧文件为 settings.json.bak。每个渠道可以独立配置: