Eclipse warning: “problems during content assist”

前端 未结 3 988
时光取名叫无心
时光取名叫无心 2020-12-11 03:25

Every time I start Eclipse and press Ctrl + Space I get the following 3 warning popups.

http://imgur.com/a/2pKdm

They are only appearin

相关标签:
3条回答
  • 2020-12-11 03:31

    I got the similar type of warning is eclipse spring tool suite(sts) .I unchecked CodeRecommendors Proposals(addons) which is present 2 times in the above list and below list and it worked.To do it go to window-->preferences-->java-->editor-->Content Assist-->advanced.see the screenshot.enter image description here

    0 讨论(0)
  • 2020-12-11 03:37

    You can configure content assist and disable the triggers in content assist. This link provides information on setting content assist preference.

    enter image description here

    0 讨论(0)
  • 2020-12-11 03:49

    You can resolve this issue by turning off Subwords-Completion in: Window > Preferences > Code Recommenders > Completions: ==> incheck(Subwords-Completion)

    0 讨论(0)
提交回复
热议问题