Write, refactor, and improve your code in VS Code using ai. With VSCode Reborn AI, you decide what AI you want to use.
Code offline with ai using a local LLM.
Enhanced support for: OpenRouter.ai (API), and ollama (local).
Search for "VSCode Reborn AI" in the VS Code extension search.
or install directly:
or build this extension yourself (scroll further down).
|
|
|
|
Any tool that is "compatible" with the OpenAI API should work with this extension. The tools listed below are the ones we have personally tested.
Translated to: 🇬🇧 🇨🇳 🇮🇳 🇪🇸 🇦🇪 🇧🇩 🇸🇦 🇫🇷 🇷🇺 🇵🇰 🇩🇪 🇯🇵 🇮🇩 🇧🇷 🇮🇹 🇹🇭 🇵🇱 🇻🇳 🇵🇭 🇳🇱 🇺🇦 🇵🇹 🇹🇷 🇪🇬 🇰🇷
Most of this extension has been translated to a number of languages. The translations are not perfect and may not be correct in some places. If you'd like to help with translations, please see the i18n discussion.
See the CHANGELOG for a list of past updates, and upcoming unreleased features.
git clone https://github.com/vscode-chatgpt-reborn/vscode-chatgpt-reborn.gityarnyarn run buildTo test the vscode-chatgpt-reborn extension in VS Code, follow these steps:
-
Open the project directory in VS Code.
-
To start a new Extension Development Host instance with the extension loaded, press:
- F5
- or Run > Start Debugging in the top menu.
-
In the new VS Code window, test the extension.
-
Use the Debug Console in the main VS Code window to view console logs and errors.
-
To make changes to the extension, edit the code, VS Code will automatically rebuild the code using the
yarn run watchscript. However, you still need to reload the extension, do that by:- Ctrl + Shift + F5
- or Cmd + Shift + F5
- or Run > Restart Debugging in the top menu.
yarn run package # Runs `vsce package`Yarn - TypeScript - VS Code Extension API - React - Redux - React Router - Tailwind CSS
- This extension has a custom UI with React + TailwindCSS, but theme support and remaining consistent with VS Code's UI components is still a priority.
This project is licensed under the ISC License - see the LICENSE file for details.