I built a VSCode extension that visualises your code navigation as a call tree — made for legacy codebase pain

Published: (May 25, 2026 at 09:17 AM EDT)
1 min read
Source: Dev.to

Source: Dev.to

Overview

After spending over two years working on legacy Angular codebases, I kept losing track of where I was while jumping between files and functions. I couldn’t find a tool that remembered my navigation path visually, so I built one.

What is NavTrace?

NavTrace is a VS Code extension that creates a visual call‑tree in a side panel as you navigate your code. It’s an early version—still rough around the edges—but it solves a real, daily pain point for developers dealing with complex or legacy projects.

Adoption

  • 53 downloads so far, achieved with zero marketing.
  • The download count suggests that other developers share the same frustration.

Call for Feedback

I’d love honest feedback from anyone who works with complex or legacy codebases. Your thoughts will help shape the next iteration of NavTrace.

🔗

0 views
Back to Blog

Related posts

Read more »

Slumber a TUI HTTP Client

Keyboard shortcuts - Press ← or → to navigate between chapters - Press S or / to search in the book - Press ? to show this help - Press Esc to hide this help I...