环境
操作系统:win10
eclipse :neon 4.6.1、4.6.3
错误信息
大概的意思是:
problems durin content assist
org.eclipse.recommenders.completion.rcp.javaCompletionProposalComputer.intelligent
proposal computer from the org.eclipse.recommenders.completion.rcp plug-in did not complete normally
the extension took too long to return from the computeCompletionProposals() operation
- 1
- 2
- 3
- 4
- 5
- 6
看图:
评论里的解决办法:
1、点击报错的那个连接`(Window -> preferences -> java -> Editor -> Content Assist -> Advanced)`。
2、再打开的配置了面将`Default Proposal Kinds`栏中`Java Proposals (Code Recommenders)`前面的对勾去掉就可以了。
3、生效后,我的就没有提示,然后又将剩余的两个`Java Proposals`、`Java Proposals(Task-Focused)`打上对勾才正常。
- 1
- 2
- 3
原文地址:https://www.cnblogs.com/chenlove/p/9174166.html
时间: 2024-10-23 17:31:31