V
V
vadik_nv2020-05-13 11:22:39
phpstorm
vadik_nv, 2020-05-13 11:22:39

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.
5ebbabf44c126784703367.png

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 answer(s)
A
Alexander Ivanov, 2020-05-13
@vadik_nv

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 question

Ask a Question

731 491 924 answers to any question