That the namespace of some of my bundles in Symfony 3 is not recognized in PhpStorm.
It affects:
- my own bundles and
- external bundles (in the vendor-folder), such as the FOM-Rest-Bundle
(see also the attached screenshot)
What I already tried:
Reinstalling the Symfony-Plugin (Now it is installed, but the problem still exists)
Change directories in
Preferences > Languages & Frameworks > Symfony
Under
Preferences > Project: MyProject
I marked the folders (for example the vendor folder) as 'Source' or 'Resource Root'Of course, after changing the settings I restarted PhpStorm.
Can anybody help me?