Zend Framework getting autocomplete working
2 人关注
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?
请先登录再写评论。
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.