Zend Framework getting autocomplete working
I'm just getting going on Zend Framework and noticed that when I had my library in a global location linked using my include_path in php.ini PHPstorm's autocomplete didn't seem to work. Do I need to put the library right in the project for PHPstorm to see these classes and for autocomplete to work?
Please sign in to leave a comment.
Hi there,
Yes -- either add it directly into a project .. or via "Settings | PHP" --- you can add ANY path and it will be listed in External Libraries branch of Project View.
Ok thanx.