This extension integrates a coding assistant directly into your VS Code environment.
- Context chooser: Choose files/folders through UI which are to be kept in the context.
- Code Change Plan: Describe code changes you'd like to plan, and the AI will generate a plan for implementation.
This extension requires an API key for either Gemini or OpenAI. You'll be prompted to enter your key when you first use the extension.
Initial release of the Creator AI extension with basic chat, change plan, and file explorer functionalities.
This extension adheres to the VS Code extension guidelines and best practices.
You can edit this README using Visual Studio Code. Some useful keyboard shortcuts:
- Split the editor (
Cmd+\
on macOS orCtrl+\
on Windows and Linux). - Toggle preview (
Shift+Cmd+V
on macOS orShift+Ctrl+V
on Windows and Linux). - Press
Ctrl+Space
(Windows, Linux, macOS) for Markdown snippets.
Enjoy!