Answer the question
In order to leave comments, you need to log in
Why does PHPStorm highlight everything in {{ }} in blade files?
Why PHPStorm highlights in green everything that is in {{ }} in blade files.
I have reinstalled Laravel several times. The laravel plugin, as well as the blade plugin in the storm, are installed. Laravel-ide-helper is also installed. The {{ }} directives are specified correctly in the settings.
all these commands completed successfully
composer require laravel/ui
php artisan ui vue
npm install && npm run dev
php artisan ui:auth
please explain what the problem is, it's not very convenient, it turns out you work like in a regular text editor, because no hints or autocomplete.
For some reason, bootstrap needs to be connected manually, very strange.
My level: Beginner
Laravel: 7.11
PHP: 7.4.5
Answer the question
In order to leave comments, you need to log in
1. Check Editor-Color Scheme-General-Code-Injected Language fragment (background color)
2. Editor-Color Scheme-Blade-Text Block delimiter
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question