MyEclipse提示出错
时间:2014-07-09 10:25:44
收藏:0
阅读:951
1、错误描述
The ‘org.eclipse.jdt.ui.JavaAllCompletionProposalComputer‘ proposal computer from ‘org.eclipse.jdt.ui‘ plug-in did not complete normally. The extension took too long to return from the ‘computeCompletion Proposals()‘ operation.
2、错误原因
由于在代码提示中,插件不能正常提示
3、解决办法
To avoid this message, disable the ‘org.eclipse.jdt.ui‘ plug-in or disable the ‘Java Proposals‘ category on the content assist preference page.
评论(0)