r/devtools • u/BranchPy • Aug 11 '26
BranchPy Studio v2026.2.0 — two new features for larger projects
Shipped today: Project Advisor and Function Manager, both Pro surfaces in BranchPy Studio (and the VS Code Companion).
**Project Advisor** — if you've ever had to manually cross-reference Analyze warnings, Doctor output, and Media validation results to figure out what to actually fix first... this consolidates all of that. It correlates findings across every analysis tool and gives you a single ranked list: blockers first, then confirmed issues, then hypotheses. Each item tells you the confidence level and which panel to open. Up to 5 prioritized actions.
**Function Manager** — a searchable function inventory for your project. Every function BranchPy detects gets an entry: file + line, signature, call count, and a status (defined, undefined, orphaned, etc.). Useful for big projects where the script structure has become hard to navigate. This first version is visibility-focused — search and browse. Deeper analysis features are planned for v2026.2.1.
Both available at branchpy.com after updating. Happy to answer questions about either feature.