开发者

PDT Eclipse searching path

开发者 https://www.devze.com 2023-01-25 12:38 出处:网络
I have PHP project and I am using Zend Framework. There is a library folder with Zend Framework and Doctrine. I would like to have autocompletion for Zend Framework classes, but I don\'t want to have

I have PHP project and I am using Zend Framework. There is a library folder with Zend Framework and Doctrine. I would like to have autocompletion for Zend Framework classes, but I don't want to have "todo" things in Tasks window and I don't want to show results from this directories when I am performing searching.

How to configure Eclipse for that? I am using Helios r开发者_运维知识库elease.


Move these libs out of the project folder, then add them as external Libraries: Project Properties -> PHP Include Path -> Libraries -> Add Library...

0

精彩评论

暂无评论...
验证码 换一张
取 消