Search your codebase using plain English, right inside VS Code — entirely
locally. No code is ever sent to the cloud.
Why
Most AI code search tools send your code to a third-party API. This one
doesn't. Everything — parsing, embeddings, and search — runs on your own
machine, using a custom-built search engine under the hood.
Features
Semantic search — search by meaning ("how do I set a timeout"), not
exact keywords
Click to jump — results take you straight to the exact function and
line
Fully local — your code never leaves your computer
Fast — powered by a custom-built approximate nearest-neighbor index,
benchmarked at ~2x faster than brute-force search with 100% recall on
real codebases (see benchmarks)