Skip to content

nahtnam/tanstack-route-jumper

Repository files navigation

TanStack Route Jumper

Quickly jump to any route's source file in TanStack Router / TanStack Start projects.

Demo

Parses your auto-generated routeTree.gen.ts and presents every route in a searchable QuickPick. Select a route and jump straight to its source file.

  • Resolves all route types: static, dynamic ($userId), splat ($), pathless layouts (_with-auth), and nested layouts
  • Sorted alphabetically so related routes stay grouped together
  • Searches both the route path and the file path

Usage

Open the command palette and run TanStack Route Jumper: Open, or use the keyboard shortcut:

Platform Shortcut
macOS Cmd + Shift + R
Windows / Linux Ctrl + Shift + R

Requirements

Your project must use TanStack Router or TanStack Start with file-based routing enabled. The extension looks for a routeTree.gen.ts file in your workspace.

Installation

Search for TanStack Route Jumper in the VS Code Extensions sidebar, or install from the Visual Studio Marketplace.

Contributing

Contributions are welcome! Please open an issue or submit a pull request on GitHub.

License

MIT

About

An unofficial VSCode extension to help speed up development when working with TanStack tools

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors