Problems During Content Assist Eclipse代码提示异常,代码助手出错

Problems During Content Assist Eclipse代码提示错误,代码助手出错

以前写代码挺流畅的,最近老是出现这个问题,找了好久,终于知道什么原因了,

Build path中引入了不是jar包的文件,比如说txthtml,xml等非jar文件的其他文件

去掉这些没用的东西就解决啦


如果还是有问题的话,就把Window-》preference-》java-》editor》Content Assist-》advanced 下面的 time out 设大一点,默认的是200,可以改成500试试。

 

内容大概是:“the 'org.eclipse mylyn.java.ui.javaAllCompletionProposalComputer' proposal computer from the 'org.eclipse mylyn.java.ui' plug-in did not complete normally. the extension took too long to return from the 'computeCompletionProposals()' operation…………

 

1 楼 Sev7en_jun 2011-12-18  
timeout改了没什么用,我也是把bulild path中的一些没用的,包含许多jar文件的类库去除才解决的