Code Indexer Local code indexer and semantic search engine for codebases. Provides fast code search, definition finding, and codebase navigation using simple pattern matching and AST-like analysis. Setup No additional installation required. Uses built-in Node.js modules and shell commands (grep, find, sed). Optional: Install ripgrep for faster searches: - macOS: - Linux: or Usage Index a codebase Search for a symbol/function Find definitions Find references/usages Analyze file imports/exports Get project structure Output Format Search Results Definition Results Import Analysis Supported Langu…