Open Source VS Code Extension

See every route that can reach your function — at a glance.

Mewra Pounce traces the reverse call hierarchy of any function and renders a live, interactive directed graph — highlighting API routes, background workers, and cron jobs.

Quick Install
ext install mewra.mewra-pounce
Overview Demo Alt+T / ⌥T on any symbol
Mewra Pounce Interface Demo

Built for Real-World Refactoring

Say goodbye to expanding text trees level by level. Understand your blast radius in seconds.

Blast Radius Analysis

Instantly see how many API routes, queue workers, and cron jobs depend on a service function before you modify or delete it.

Instant Shortcut

Place cursor on any function name and press ⌥T (macOS) or Alt+T (Windows/Linux) to visualize incoming callers immediately.

Smart Noise Filters

Toggle unit test files off with a single click (Alt+Shift+T) or filter strictly to entry-point HTTP routes only.

1-Click Mermaid Export

Generate clean Mermaid diagram markdown ready to paste into GitHub Pull Request descriptions for instant reviewer architecture context.

100% Local-First & Private

Zero external network calls, zero telemetry, no third-party cloud. Everything runs privately inside your local VS Code editor.

Interactive Navigation

Pan, zoom, fit view, and click any node in the directed graph to jump directly to that exact line of source code.

Case Study

Detect Blast Radius Across Auth & Cron Jobs

When refactoring shared utilities like discordLogger.error(), Mewra Pounce instantly reveals all 4 entry points (2 Authentication API routes and 2 Scheduled Cron Jobs) across 27 callers before you introduce breaking changes.

Impacts 4 Routes | 27 Callers
Mewra Pounce Blast Radius Detection

Polyglot Language Support

Powered by standard Language Server Protocol (LSP) reverse call hierarchy.

TypeScript & JavaScript Express, Fastify, NestJS, Next.js, BullMQ
Python FastAPI, Flask, Django, Celery, CLI
Go Gin, Echo, Chi, net/http, plain main.go
Rust Actix-web, Axum, Rocket macros, main.rs
C & C++ Crow, Drogon, ESP-IDF app_main, Arduino
Java & Kotlin Spring Boot @*Mapping, @Scheduled, Kafka
C# (.NET) ASP.NET Core [Http*], Minimal API, Azure
PHP Laravel routes, Symfony #[Route], Queues
Swift Vapor server routes, SwiftUI @main, UIKit
Flutter & Dart Shelf routes, main.dart, runApp, background