CodeViz appears as a side panel in VS Code with two views: a call graph showing a chain of upstream and downstream references, and an architecture diagram providing a top-level view of the codebase. The extension is primarily used to navigate complex code, onboard new developers, and interpret open-source repositories. The team is currently working on improving the call graph's viewability and navigation and is open to feedback and suggestions.
Key takeaways:
- CodeViz is a VS Code extension developed by Liam and Will that generates interactive diagrams of codebases, from system architecture to function call graphs.
- The extension was created to provide more intuitive representations of software, helping developers navigate through large quantities of code and understand system architecture.
- CodeViz offers two views: a Call graph that shows a chain of upstream and downstream references, and an Architecture diagram that provides a top-level view of the codebase.
- The developers are currently working on improving the call graph and are open to feedback and suggestions. They are also considering different pricing models, with basic features offered for free and a paid tier for more resource-intensive tools.