eclipse升级到4.2 kepler后,发现php项目的代码提示啥的都不灵了,F3或者ctrl+左键都没反应,查了半天,原来是4.2版本的代码索引格式不兼容老版本了,需要到eclipse工作空间下,找到并删除workspace/.metadata/.plugins/org.eclipse.dltk.core.index.sql.h2,重启即可。
方案来自stackoverflow:
I had the same problem when upgrading eclipse to Kepler. The following worked for me:
Remove files under workspace/.metadata/.plugins/org.eclipse.dltk.core.index.sql.h2
The reason was that the workspace old DLTK index is not compliant with the new version and needs to be rebuilt. Start eclipse and the DLTK index will be regenerated.
Code completion worked for me again after that.
eclipse升级后PDT代码提示功能出问题解决方法
发表于2013年11月20日 10:56:47 更新于2013年11月20日 10:56:47
标签:无分类:未分组阅读:3417
评论
暂无评论添加评论
分类
琐碎文字 As3&Flex RIA UG English CodingArt C++ PHP Webserver E音乐盒 Unity3d C# JS&Html5 Tools mobile golang 最近发表
- golang学习之函数/方法/接口(2022年1月6日 17:50:24)
- golang学习之零值(2022年1月6日 16:38:10)
- hello, 2018(2018年1月15日 22:47:25)
- 字体类型名词解释(2015年1月18日 11:29:14)
- 获取mysql表注释以及列注释(2014年11月13日 15:56:32)
- php连接ms sql数据库的一些问题(2014年9月15日 20:32:14)
- virtualbox虚拟网络:NAT&bridge桥接网络(2014年8月25日 22:51:35)
- php图片加水印(2014年8月15日 22:50:42)
- windows查看端口占用情况(2014年7月31日 21:19:30)
- android安卓activity生命周期(2014年7月12日 10:31:47)
最近回复