Atomic Viz
Atomic Viz creates a visual map of your codebase, giving you a clearer understanding of its architecture, and making navigation easier.
- Select a set of files to generate an interactive code diagram
- Show function call hierarchies, variable references, class inheritance, and interface implementation
- Group items by folder, file, or custom logical groups to simplify the graph
- Hide and collapse items to reduce the level of detail
- An integrated outline mirrors the graph and aids navigation
- Works with Typescript, Javascript, Python, Java, C++, Rust, and other major languages
NEW Feature (February 2026)
- Support for Jupyter notebooks when using the Jupytext extension to pair notebooks with regular language files
- Use the formatting "ipynb,py:percent" to create a regular language file named the same as the notebook .ipynb file
- Interact with the paired file instead of the notebook
Features
Requirements
- Install the language pack for your language
How To Use It
You can create 3 types of graphs:
Files graph: A graph based on a set of selected files. You can show function calls, class inheritance, interface implementation, variable references, or variables that are type instances.
Function graph: A graph which shows the call hierarchy of single function to a selected call depth
Focused symbol graph: A graph which dynamically shows a graph for the function or variable selected in the editor
To create a graph for selected files:
In the file explorer select the folders or files to include in the graph, right-click and choose AtomicViz: Create graph for selected files from the context menu. Choose the command AtomicViz: Create graph for selected files, with variables to include variable references. When multiple languages are found in the files, choose the language to graph.
To create a graph for a single function to see its call hierarchy:
In the editor select a function name, right-click and choose AtomicViz: Create graph for selected function from the context menu. You can change the call depth later using the Graph toolbar.
To create a graph of the focused symbol:
Open the Command Palette (Ctrl+Shift+P) and choose the command AtomicViz: Create graph of focused symbol. An empty graph will be created. Then double-click a function or variable name in the editor to select it and create the graph.
To open an Atomic Viz graph saved to file:
Right-click the AtomicViz file (*.atm) in the file explorer and choose the command AtomicViz: Show graph from the context menu.
To add a file to an existing "files" graph:
Open the file to add to the graph in the editor. Then right-click on the Atomic Viz file in the file explorer and choose AtomicViz: Add active editor file to graph. Alternatively, you can load or create a graph. Then right-click on a file in the file explorer and choose AtomicViz: Add file to graph. Alternatively, you can load or create a graph. Then click the button in the Graph toolbar to rebuild the graph, showing calls to outside files. The graph will include arrow icons next to functions from which such calls are made. Click an icon to choose the file to add to the graph.
NOTE: Files identified in any .gitignore file in the project will be ignored when creating a graph.
Paid Features
Atomic Viz is free with limitations on the number and size of files included in the graph, and on the call-depth when graphing a function call hierarchy. Files in excess of the limits will be shown but will be permanently collapsed.
You can purchase an annual license to remove these limitations for a single machine. Create a simple graph with a few files. In the graph window show the "License" toolbar and then click the smiley face to purchase a license. When developing remotely, the license will be valid for all remote machines.
There is currently a hard cap of the number of files allowed, for performance reasons. Contact me if you need to increase this limit.
Documentation
Data & Privacy
- Absolutely none of your code or environment data is collected or shared
- The extension runs completely locally except to manage licensing and to send telemetry for extension usage
How It Works
AtomicViz uses the language server capabilities of VS Code that are provided for each language. The language server can provide a call hierarchy for any function, and references for any function, variable or type, so it is possible to build a map of a codebase by interrogating the language server for all the items in a given scope.
Graphs are initially created using Graphviz, so the specific layout is managed by the Graphviz algorithms.
Motivation
- Every codebase is a maze of text files that can't be naturally consumed and understood at a glance.
- A graphical representation of the code is a more immediate and commprehensive view, and more useful as a tool for understanding and navigation.
Feedback
I would love to hear your feedback and ideas for improvements.
Thanks!
Support Development
If you find AtomicViz useful, please consider supporting further development.

License
Copyright © Brian DiLoreto 2025
| |