How to configure folders for typical symfony 3 project?
In basic setup I see files from vendors/ directory as my project files:

I tried to mark vendor/ as excluded and setup it as include path for php, but there's no effect.
How can I separate external files from my own project files?
Please sign in to leave a comment.
Hello,
Excluding vendor directory and adding the modules from it into the include path is a correct solution.
Did you try to run File > Invalidate Caches/Restart > Invalidate and Restart after that?
Hi.
Yes, i'm tried to invalidate caches + restart, but has no effect: