Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Laravel Goto ConfigNew to Visual Studio Code? Get it now.

Laravel Goto Config

ctf0

|
6,478 installs
| (1) | Free
Quick jump to config
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Laravel Goto Config

  • package by default search in root/config only, blame laravel for not having vendors for config as lang & view

Features

  • direct scroll to config key
  • add key to clipboard if not found in file
  • showing value on hover laravel/tinker must be installed

Limitations

  • similar nested keys wont behave as expected, ex.

    // messages.php
    [
        'one' => [
            'two' => [
                'three' => 'some value'
            ]
        ],
        'two' => [
            'three' => 'some value'
        ]
    ];
    
    • config('messages.one.two.three) will match correctly
    • config('messages.two.three) will match the keys under one.two.three
  • Contact us
  • Jobs
  • Privacy
  • Terms of use
  • Trademarks
© 2019 Microsoft