This week I updated a project to Symfony 4 and Flex.
It used to be that the PhpStorm Symfony plugin provided code completion in the app/config.yml
file for all keys and sometimes values.
However, now that that file is split up in multiple files in config/packages
, I am not getting any code completion anymore.
Is there something I am doing wrong, or is this not supported anymore?