A VSCode extension inspired by Winsurf, providing AI-powered coding assistance right in your editor.
一个受 Winsurf 启发的 VSCode 扩展,为您提供 AI 驱动的编码辅助功能。
- AI-powered code completion and suggestions
- Natural language to code conversion
- Code explanation and documentation
- Smart code refactoring suggestions
- Frontend (前端)
- React
- VSCode Extension API
- Vercel AI SDK
- Backend (后端)
- Hono
- Node.js
You can install this extension from the VS Code Marketplace.
Or you can install it from source:
-
Clone the repository
git clone [https://github.com/hfyydd/kiki-mycoder.git]
-
Install dependencies
# Install frontend dependencies pnpm install # Install backend dependencies cd backend pnpm install
The frontend needs to be run within VSCode:
- Open the project in VSCode
- Press F5 to start debugging
- A new VSCode window will open with the extension loaded
Navigate to the backend directory and run:
cd backend
pnpm dev
kiki-mycoder/
├── src/ # Frontend source code
├── backend/ # Backend server code
├── package.json # Frontend dependencies
└── README.md # This file
- Backend integrated into plugin, now only one plugin download is needed for full functionality
- 整合后端到插件,现在只需下载一个插件即可使用所有功能
Feel free to submit issues and enhancement requests!