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

Laravel Goto Lang

ctf0

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

Laravel Goto Lang

Features

  • direct scroll to language key
  • showing value on hover laravel/tinker must be installed

laravel-modules

i recently started using laravel-modules & manual navigation is just impossible,

so for the package to work correctly, make sure u r following the nameing convention of Pascal > Snake ex.

  • module namespace > MyDashboard
  • view namespace > my_dashboard

Limitations

  • similar nested keys wont behave as expected, ex.

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