Haehnchen / idea-php-laravel-plugin

Laravel Framework Plugin for PhpStorm / IntelliJ IDEA
MIT License
572 stars 109 forks source link

Blade @yield directive incorrect autocomplete #254

Open 4unkur opened 4 years ago

4unkur commented 4 years ago
    <meta name="keywords" content="@yield('meta_keywords', settings('site_meta_keywords'))">

I have this in my layout file and in the child view I tried to use autocomplete by starting to type: @section('meta... and it suggested an autocomplete: meta_keywords, settings(site_meta_keywords)

image