1. 程式人生 > >eclipse alt+/智能提示錯誤問題

eclipse alt+/智能提示錯誤問題

jsb http ble OS south 分享 neo watermark uri

環境

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

技術分享圖片

eclipse alt+/智能提示錯誤問題