Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>AI Context LoaderNew to Visual Studio Code? Get it now.
AI Context Loader

AI Context Loader

Manoj Kumar Devarakonda

|
4 installs
| (0) | Free
AI Project Context Auto Loader
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

AI Context Loader

AI Context Loader is a VS Code extension that automatically loads project context from a .ai folder and prepares it for AI tools.

Features

  • Detects .ai folder inside a project
  • Reads all .md and .txt context files
  • Combines them into a single AI-readable context
  • Generates .ai-cache/context.json
  • Automatically updates when context files change

This allows AI tools and assistants to understand the project structure without developers repeating the context manually.

Example Project Structure

project-root
│
├── .ai
│   ├── context.md
│   ├── architecture.md
│   ├── coding_rules.md
│   └── api_docs.md
│
└── .ai-cache
    └── context.json

How It Works

  1. Open a project in VS Code
  2. The extension searches for a .ai folder
  3. Context files are loaded and combined
  4. A machine-readable cache is generated

Commands

Ask AI with Project Context

This command loads project context and prepares it for AI queries.

Open Command Palette:

Ctrl + Shift + P

Then run:

Ask AI with Project Context

Requirements

No configuration required. Just create a .ai folder in your project.

Author

Manoj Kumar Devarakonda

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft