检查文件 .buildpath
<?xml version="1.0" encoding="UTF-8"?> <buildpath> <buildpathentry kind="src" path="mysourcepath"/> <buildpathentry kind="con" path="org.eclipse.php.core.LANGUAGE"/> <buildpathentry external="true" kind="lib" path="C:/software/eclipse/ide-stubs-master3.3/src/Phalcon"/> </buildpath>
看看是否包含了你的代码目录;
看看是否包含了第三方库的目录,如thinkphp的目录,phacon声明文件目录等;
另外,看看是否有如下定义:
<buildpathentry kind="con" path="org.eclipse.php.core.LANGUAGE"/>
没有就加进去。
原文地址:http://blog.51cto.com/livestreaming/2128587
时间: 2024-11-08 03:21:10