Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>Laravel Route JumperNew to Visual Studio Code? Get it now.
Laravel Route Jumper

Laravel Route Jumper

vpinob

|
23 installs
| (0) | Free
Jump from route() calls in Laravel to route definitions.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Laravel Route Jumper 🚀

VS Code Marketplace Installs License

Jump seamlessly between Laravel route references and their definitions - right from your Blade templates or controllers to routes/*.php files.


🌟 Features

  • Instant navigation from route('name') → Route::get(...) definitions
  • Full Laravel support:
    • All HTTP methods (get/post/put/delete/any)
    • Named routes (->name('profile.update'))
    • Route groups with prefixes
  • Works in:
    • Blade files (*.blade.php)
    • PHP controllers
    • Middleware and service providers
  • VS Code integration:
    • Right-click context menu
    • Keyboard shortcuts
    • Status bar indicator (optional)

🛠 Installation

Method 1: VS Code Marketplace

  1. Open Extensions in VS Code (Ctrl+Shift+X / Cmd+Shift+X)
  2. Search for: Laravel Route Jumper
  3. Click Install

Method 2: CLI Installation

code --install-extension vpinob.laravel-route-jumper
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft