Haehnchen / idea-php-symfony2-plugin

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

Template inspection glitch when Symfony is in a sub folder #1036

Open b-enoit-be opened 7 years ago

b-enoit-be commented 7 years ago

On version 0.14.155

Everything else seems to work properly and the setting to the app folder is rightly configured, still, templates in sub-folder/app/Resources/views are not considered making the template inspection raise a « Twig: Missing Template » warning.

When I do open the exact same project from the sub-project folder into PHPStorm, the the inspection is not raising any warning.

b-enoit-be commented 7 years ago

PHPStorm version: 2017.2.4 Symfony full stack app

RuSS-B commented 7 years ago

Looks like I have the same problem. After updating on latest Symfony plugin (0.14.155) I'm unable to inspect twig template.

PHPStorrm version: 2017.2.4

I'm using Vagrant machine and Symfony project is under sub-folder called "app".

dlakomski commented 7 years ago

Same here.