eclipse PDT: How to enable content/code assist for

2019-06-01 08:56发布

I am struggeling getting content/code assist to work for PHP libraries (other than Zend) in my Zend Framework project folder:

  • library
    • Doctrine
    • Zend (<-works with code assist...)
    • ZendX

Content assist remains blank when using this libraries...

Any suggestions?

Thanks, Udo

2条回答
我欲成王,谁敢阻挡
2楼-- · 2019-06-01 09:40

This may be helpful for some one, I am using eclipse kepler, and I did not find Include_path variable. If you have same probleme as me, right click on the project and select configure then add php support. This will add php include path to your properties option. Then chose php include path and in the libraries folder add zend library location.

查看更多
孤傲高冷的网名
3楼-- · 2019-06-01 09:53

Content Assist is available for any compatible resources in the include path.

Right click your project folder. Then Include Path. Then Configure Include Path. A window will appear. Configure any needed resources.

Further Information in the Zend Studio Manual:

查看更多
登录 后发表回答