Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>CodeLoom ExplorerNew to Visual Studio Code? Get it now.
CodeLoom Explorer

CodeLoom Explorer

Codeloom-Team

|
5 installs
| (0) | Free
Interactive knowledge graph and architecture explorer for your codebase.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info
CodeLoom Logo

CodeLoom Explorer

Weave your codebase into a living, interactive architecture graph.


CodeLoom Explorer is an advanced, privacy-first VS Code extension that parses your codebase purely locally to generate an interactive 2D knowledge graph. Discover hidden dependencies, find architectural bottlenecks, and safely refactor complex projects with absolute confidence.

✨ Key Features

🕸️ Interactive Knowledge Graph

Transform flat file structures into a dynamic, physics-based network graph. Easily visualize how different components, utilities, and services interlock with each other. Drag nodes, zoom in on clusters, and gain an immediate mental model of any new repository.

💥 Blast Radius (Impact Analysis)

Modifying a core utility? Don't cross your fingers and hope nothing breaks. Select any file in the Knowledge Graph and click "Analyze Blast Radius". CodeLoom instantly traverses the dependency tree to find every single file that depends on it (all the way up the chain), beautifully highlighting the exact impact path while dimming unaffected code.

📊 Repository Health Dashboard

A sleek, minimalist Bento-box style dashboard that gives you an at-a-glance overview of your project's architectural health. Instantly see:

  • File count and file-type breakdowns.
  • Graph edge density and complexity scores.
  • Most heavily depended-upon "God Files" that need refactoring.

♻️ Circular Dependency Detection

Circular dependencies can silently degrade performance and cause nasty runtime crashes. Run the "Find Circular Dependencies" command to immediately highlight cyclical import loops in red right on the graph so you can easily break the loop.

💀 Dead Code Discovery

As codebases evolve, legacy files get left behind. CodeLoom automatically detects "orphaned" code—files that are completely disconnected from your main application tree. Safely delete them to keep your bundle size small.

🧠 Deep Code Intelligence

Click on any node to open the Intelligence Panel. You'll instantly see:

  • Complexity Score: A heuristic based on the number of exported symbols and outbound dependencies.
  • Inbound / Outbound Relations: A clear list of exactly what files depend on the current file, and what files it relies upon.
  • Jump to Definition: A one-click "Open in Editor" button to instantly jump right to the code.

🚀 How to Use

  1. Open your workspace/project in VS Code.
  2. Open the Command Palette (Ctrl+Shift+P or Cmd+Shift+P).
  3. Type and select CodeLoom: Analyze Project to index your files.
  4. After indexing, use the following commands to explore:
    • CodeLoom: Open Dashboard (View health metrics)
    • CodeLoom: Open Knowledge Graph (Explore dependencies)
    • CodeLoom: Detect Dead Code (Find unused files)
    • CodeLoom: Find Circular Dependencies (Find import loops)

🔒 Privacy First

CodeLoom runs 100% offline. It uses advanced local AST (Abstract Syntax Tree) parsing via Tree-sitter. Your code never leaves your machine, ensuring absolute security for enterprise codebases.

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