Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>expo-goto-routes-vscodeNew to Visual Studio Code? Get it now.
expo-goto-routes-vscode

expo-goto-routes-vscode

Erlang Parasu

|
57 installs
| (1) | Free
An extension to quickly navigate from router calls to open route file in your Expo project.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

expo-goto-routes-vscode

Quickly navigate from router caller to route file found in your Expo project.

Features

This extension provides a "Go to file" CodeLens for Expo project

When you have code like router push { pathname: "/path/to/screen" }, it adds a clickable link above the line that will open the corresponding file. (e.g., app/path/to/screen.tsx or app/path/to/screen/index.tsx)

This allows for quick navigation from route definitions to the actual screen files in an Expo project

How to use?


Only need to tap on Go to file, then .tsx route file will opened for you

Examples:

{ pathname: "/(auth)/login" } will open: app/(auth)/login.tsx file

{ pathname: "/(tabs)/home-tab" } will open: app/(tabs)/home-tab.tsx file


Enjoy!


Tags: expo router react reactnative vscode navigation

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft