Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Repository IndexerNew to Visual Studio Code? Get it now.
Repository Indexer

Repository Indexer

Doll

|
4 installs
| (0) | Free
Export repository file(s) and dependency mappings as structured JSON for AI tools.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Repository Indexer (VSCode Extension)

Export repository file(s) and dependency mappings as structured JSON for AI tools.

Install

From VSCode Marketplace:

  1. Open VSCode Extensions
  2. Search "Repository Indexer"
  3. Click Install

From VSCode Command Line:

  1. Run:
code --install-extension dxllhouse.vscode-repo-indexer

From Github Repository:

  1. Download the latest .vsix file from Releases
  2. Run:
code --install-extension path/to/repo-indexer.vsix

Usage

Index Entire Repository:

  1. Ctrl+Shift+P → "Index Repository"
  2. Find repo-index.json in your workspace root

Index Current File Dependencies:

  1. Open any file in your project
  2. Ctrl+Shift+P → "Index from Current File"
  3. Creates index with only current file and its dependencies

Configuration

Open VSCode Settings (Ctrl+,) & Search "Repository Indexer"

Or add to settings.json:

{
  "repositoryIndexer.excludeExtensions": [".db", ".log", ".tmp", ".exe", ".zip"],
  "repositoryIndexer.outputFile": "repo-index.json"
}

Respects .gitignore and skips dotfiles.

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