環境
操作系統: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