Supermodel: Visualize Your Codebase
⚠️ Internal Development • Not for Distribution ⚠️
Supermodel is a Visual Studio Code extension that helps you visualize and explore your codebase structure through an interactive graph interface.

Features
- Interactive Code Graph: Explore your code visually with an interactive graph
- Multiple Layout Options: Choose from different visualization layouts
- Node Properties: Inspect details of selected code elements
- Theme Integration: Automatically adapts to your VS Code theme
Getting Started
- Open a project workspace in VS Code
- Click the Supermodel icon in the activity bar
- The Process Workspace command will analyze your codebase to display an interactive graph
Configuration
Configure the extension through VS Code settings (search for "Supermodel"):
supermodel.includeGlobs : File patterns to include when scanning (default: ["**/*.{ts,js,jsx,py}"] )
supermodel.excludeGlobs : File patterns to exclude when scanning (default: node_modules , dist , etc.)
Status
This extension is currently in active development. Features and functionality may change without notice.
For development documentation and technical details, see the internal development docs.
| |