Haehnchen / idea-php-symfony2-plugin

IntelliJ IDEA / PhpStorm Symfony Plugin
https://plugins.jetbrains.com/plugin/7219
MIT License
911 stars 137 forks source link

Bundle templates path detection does not work for templates in /templates directory #2335

Open Tetragramat opened 4 months ago

Tetragramat commented 4 months ago

Symfony changed best practices about bundle directory structure. See https://symfony.com/doc/current/bundles/best_practices.html#directory-structure. Templates are now expected to be in /templates same as for projects instead or Resources/views.

Problem is that plugin does not detect templates in new directory and so I'm forced to add templates path manually.