Skip to content

ANSHSINGH050404/inline-ai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PureHint: AI Inline Completions

This project contains a professional VS Code extension for AI-powered inline code completions using Google's Gemini AI.

Project Structure

  • 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.

Getting Started

Visit the extension/ directory for detailed instructions on how to build, run, and distribute the PureHint extension.

🚀 Quick Start

  1. cd extension
  2. npm install
  3. Press F5 in VS Code to run.

Features

  • 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.

About

No description, website, or topics provided.

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors