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?

0

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.

0
Avatar
Permanently deleted user

Ok thanx.

0

请先登录再写评论。