This project contains a professional VS Code extension for AI-powered inline code completions using Google's Gemini AI.
extension/: The VS Code extension source code. Now self-contained and ready for distribution.server/: (Legacy) A Bun-based backend server used during initial development. The extension now uses the Gemini SDK directly.
Visit the extension/ directory for detailed instructions on how to build, run, and distribute the PureHint extension.
cd extensionnpm install- Press
F5in VS Code to run.
- Ghost text suggestions (minimalist UI).
- Fill-in-the-Middle context aware logic.
- Configurable personal API keys.
- 3,000 token free trial.
Built with Google Gemini.