I have a project in PHPStorm, which contains a few libraries (Zend, Doctrine, ...) grouped under a library folder.
When running the code inspection, I <
There is alternative solution. You can add «read-only» libraries to Include pathin Settings » PHP section.
It is not the same with php.ini include_path option, just referencing to some dirs as external, outside of your control. Exactly what you need.
As result