Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Laravel Component JumperNew to Visual Studio Code? Get it now.
Laravel Component Jumper

Laravel Component Jumper

a-hayashida

|
13 installs
| (0) | Free
Quick jump to Laravel components with configurable paths
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Laravel Component Jumper

Installs

go_to_component

  • :rocket: quick jump to components with CTRL + click
  • :mag: visual highlight of component links in .blade files
  • :sparkles: supports configurable component search paths
  • :file_folder: searches in configurable path (default: /resources/views)
  • :gear: configurable search path via settings.json

Configuration

You can customize the component search paths in your VS Code settings:

{
  "laravel_component_jumper.searchPath": "/resources/views",
  "laravel_component_jumper.regex": "(?<=<x-)(?!slot)[a-z.-]+"
}

Settings

  • searchPath: Path to search for components (default: /resources/views)
  • regex: Custom regex for matching component names (default: (?<=<x-)(?!slot)[a-z.-]+)
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft