Gemini Chat for VS Code
A VS Code extension to chat with Gemini, right in your editor.
Features
- Chat with Gemini: Have a conversation with Gemini in a dedicated webview.
- Image Support: Paste images directly into the chat to include them in your prompts.
- Workspace Aware: The extension is aware of your VS Code workspace.
Installation
- Package the extension by running
vsce package in the root of the project.
- This will create a
.vsix file (e.g., gemini-chat-0.0.1.vsix ).
- In VS Code, open the Extensions view (Ctrl+Shift+X).
- Click the "..." menu in the top-right corner and select "Install from VSIX...".
- Select the
.vsix file you just created.
Usage
- Open the command palette (Ctrl+Shift+P).
- Run the "Start Gemini Chat" command.
- This will open a new panel with the Gemini chat interface.
- Type your message in the input box and press Enter to send.
- To send an image, paste it into the input box. A preview will appear. Then, type your prompt and send.
Prerequisites
- You must have the
gemini CLI tool installed and available in your system's PATH.
| |