VS Code Extension

The CodeBroker VS Code extension integrates the power of the semantic graph directly into your editor, supercharging your navigation and AI coding tools.

🖼️Extension UI Screenshot Placeholder

Key Features

Semantic Hover: See intelligent context and dependencies when hovering over symbols.
Go to Symbol: Navigate deterministically without relying on fuzzy search.
Context Capsules: Generate perfect markdown context for LLMs with a single click.
Repository Overview: Visualize your codebase architecture directly in the sidebar.
Impact Analysis: See what other files will be affected by a change before you make it.
One-click Context Injection: Send context directly to Claude or GitHub Copilot.

How it Works

The extension bundles a lightweight version of the CodeBroker CLI. When you open a workspace, it automatically indexes the repository in the background using Tree-sitter.

Performance
Indexing happens incrementally. After the initial build, only changed files are re-indexed, keeping CPU and memory overhead practically unnoticeable.