A Visual Studio Code extension that generates a visual representation of your repository structure, with support for both detailed and minimal views. Now featuring an interactive code map visualization!
Features
🆕 Interactive Code Map (New!)
Visualize your project's code dependencies in an interactive graph
Full TypeScript Migration: The entire extension has been rewritten in TypeScript for better performance, stability, and maintainability.
Folder Selection Support: You can now generate structures for specific folders! Simply right-click any folder in the Explorer and select a "Repo Structure" command.
Enhanced Dependency Analysis: Improved specialized analyzers for React, Next.js, and Node.js.
Improved Performance: Optimized file scanning and recursive traversal for faster processing.
Technical Improvements
Optimized memory usage for large projects
Smarter dependency analysis with caching
Better handling of circular dependencies
Improved performance through memoization
Improved project root detection logic
Increased spacing between nodes in code graph for better readability