You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Laravel projects blade.php files is not supported. i.e there is no autocomplete list of CSS classes.
Version: 1.9.0, VScode 1.15.1, Ubuntu Linux 16.04, Laravel 5.4 Project.
The text was updated successfully, but these errors were encountered:
There is no single file named blade.php in Laravel. The templating engine used for Laravel views is Blade so all Blade view files use the .blade.php file extension.
I have the same problem. The extension can pick up all of my CSS classes in any .php or .html file but it won't work inside of blade templates. I'm also using SCSS btw.
In Laravel projects
blade.php
files is not supported. i.e there is no autocomplete list of CSS classes.Version: 1.9.0, VScode 1.15.1, Ubuntu Linux 16.04, Laravel 5.4 Project.
The text was updated successfully, but these errors were encountered: