Open
Description
Since I migrated to the built in #[Template()] annotation of Symfony 6, the autocompletion stopped working.
- PhpStorm version: PhpStorm 2023.2.4 (Build #PS-232.10227.13, built on November 18, 2023)
- Symfony support version 2022.1.261
use Symfony\Bridge\Twig\Attribute\Template;
Without using the Template() annotation:
Also, a link from the template back to the controller:
Using the Template() annotation (no pop-up)
No link back to the controller: