
Many other issues with code completion and formatting in Blade templates were resolved as well, including:

You can now also import namespaces in your blade files, instead of always having to use FQCNs: As the result, you’ll get much better code completion in your Blade files: Namespace imports with autocompletion In PhpStorm 2022.1, we’ve significantly reworked how the IDE handles Blade templates. It caused many issues, such as losing code completion:

Previously, PhpStorm treated every code block in Blade templates as an independent scope.
