Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>Export to LLM GitingestNew to Visual Studio Code? Get it now.
Export to LLM Gitingest

Export to LLM Gitingest

lakpahana

|
154 installs
| (2) | Free
Analyze and export codebases to LLM-friendly formats. Supports local directories and Git repositories with smart filtering and Markdown output.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Gitingest VS Code Extension (No Python Required)

A powerful VS Code extension for analyzing and exporting codebases to LLM-friendly formats. This extension allows you to analyze both local directories and remote Git repositories, providing structured output with summaries, directory structures, and file contents.

Extension Settings

This extension contributes the following settings:

  • gitingest.maxFileSize: Maximum file size in bytes to process (default: 1MB)
  • gitingest.ignorePatterns: Array of glob patterns to ignore (default: [".git/", "node_modules/", "pycache/**"])
  • gitingest.includePatterns: Array of glob patterns to explicitly include (overrides ignore patterns)

Usage

  1. Open the Command Palette (Ctrl+Shift+P or Cmd+Shift+P)
  2. Type "Gitingest" to see available commands:
    • Gitingest: Ingest Local Directory: Analyze a local directory
    • Gitingest: Ingest Git Repository: Analyze a remote Git repository
  3. Follow the prompts to select a directory or enter a repository URL
  4. View the results in a new text document
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft