PhpStorm version is 2020.1
composer create-project symfony/website-skeleton .
to create new appphp bin/console make:entity
make new entitymake:migration
and doctrine:migrations:migrate
to make database tableRepository.php
file, the createQueryBuilder('a')->andWhere('a.can not auto-completion')
I have installed Symfony plugin for PhpStorm.
Why and how to fix it?
new phpstorm version if fixed this