Haehnchen / idea-php-symfony2-plugin

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

Twig's asset function doesn't show files in public directory on Symfony 4 #1173

Open Haehnchen opened 6 years ago

Haehnchen commented 6 years ago

When using a Symfony 4 project, as the directory structure change, the {{ asset() }} function doesn't suggest files that are in public folder.

by @Stiiks via https://github.com/Haehnchen/idea-php-symfony2-plugin-doc/issues/24

related https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1090

martijnhartlief commented 6 years ago

When I mark public as "Resource route", it works for me.