Sure! Here’s a short and simple README for your Inline AI extension:
Inline AI
Inline AI is a VS Code extension that provides AI-powered inline code suggestions as you type, using the Groq LLM API.
Features
- Inline code completions for all languages.
- Suggestions appear directly in your editor.
- Lightweight and easy to use.
Requirements
- Node.js installed (v16+).
- Groq API key set as
GROQ_API_KEY.
Usage
- Open your extension folder in VS Code.
- Press F5 to launch the Extension Development Host.
- Open a code file and start typing — inline suggestions will appear.
- Press Tab to accept a suggestion.
This is compact and enough to explain your extension quickly.
If you want, I can also make an even one-paragraph super minimal README for publishing. Do you want me to do that?
| |