Haehnchen / idea-php-shopware-plugin

Shopware Plugin for PhpStorm which extends Symfony Plugin
MIT License
54 stars 9 forks source link

Cannot resolve symbol 'category.repository' #121

Open d-i-sBouadim opened 3 years ago

d-i-sBouadim commented 3 years ago

in the services.xml file I get errors for all entities repositories ( category.repository, product.repository ...) But the code is working so I know it should not make an error. The problem is also that I don t have autocompletion for this entities. All the rest work perfectly as you can see in the screenshot. image

Actually when I try autocompletion on "repository", phpstorm suggests me only this : "mail_header_footer.repository", which I never use... I also want to say it was working, but not anymore since few months. Cant remember exactly. I invalidated the cache in PhpStorm, I even uninstall, re install. I contacted PHPstorm Support and told me to try my luck here.