CodeLoom ExplorerWeave 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 GraphTransform 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 DashboardA sleek, minimalist Bento-box style dashboard that gives you an at-a-glance overview of your project's architectural health. Instantly see:
♻️ Circular Dependency DetectionCircular 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 DiscoveryAs 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 IntelligenceClick on any node to open the Intelligence Panel. You'll instantly see:
🚀 How to Use
🔒 Privacy FirstCodeLoom 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. |