Visualize Zig build steps, artifacts, and tests directly in VS Code.
Features
Build Targets
View all available zig build steps in a sidebar tree. Click the play button to run any step in a terminal.
Build Artifacts
After building, browse all compiled artifacts — executables, static/shared libraries — organized by type. Each artifact shows:
Source Files: All .zig, .c, .cpp, .h files used to build it (parsed from build.zig)
Dependencies: Other artifacts it links against
Details: Build mode, target, file size
Inline actions on each artifact:
Action
Description
▶ Run
Execute the artifact in a terminal
🐛 Debug
Launch a full debug session with breakpoints (GDB or LLDB)
🔄 Rebuild
Rebuild just this artifact
📁 Open in Explorer
Reveal the artifact file in your OS file manager
Test Explorer
Automatically discovers test "name" declarations across all .zig files in your workspace. Run individual tests or all at once with native VS Code test UI.
Build Dependency Graph
Use the graph icon in the Build Artifacts panel header to generate a text-based dependency visualization showing the full artifact tree with source files and dependency chains.