Lazy Coder VS Code Extension
Lazy Coder is a VS Code extension that uses the Gemini AI to generate code based on text prompts and optional image inputs.
Features
- Generate code using text prompts
- Include images in your prompts for more context
- Insert generated code directly into your active editor
Requirements
- VS Code 1.74.0 or higher
- Gemini API Key
Installation
- Install the extension from the VS Code Marketplace.
- Reload VS Code.
- You will be prompted to enter your Gemini API Key on the first use.
Usage
- Open the command palette (
Ctrl+Shift+P ).
- Run the "Open Lazy Coder Panel" command.
- Enter your prompt and optionally upload an image.
- Click "Generate" to generate code.
- The generated code will be inserted at your cursor position in the active editor.
How to Get a Gemini API Key
- Go to the Gemini API website.
- Sign up for an account or log in if you already have one.
- Navigate to the API Keys section in your account dashboard.
- Generate a new API key by clicking "Create New Key."
- Copy the API key and use it in the extension settings.
Extension Settings
This extension contributes the following settings:
lazyCoder.apiKey : Your Gemini API Key.
Known Issues
- List any known issues here.
Release Notes
1.0.3
- Bug Fixes - Issues with API key configuration solved
Enjoy!
Author: Richard Kweku Aikins
GitHub: https://github.com/richprince23
| |