Eclipse CDT Autocomplete not working

后端 未结 3 605
星月不相逢
星月不相逢 2020-12-13 00:47

I remember from some time ago that Eclipse had auto-complete when you type, and now I can only get it when pressing Ctrl + Space. I already checked and

3条回答
  •  天涯浪人
    2020-12-13 01:03

    At some point recently (not sure but since March 2013?) my Eclipse CDT stopped auto completion. I figured out that at Editor->Content Assist->Advanced checking Parsing-based Proposals lets auto completion work on my machine.

    Ubuntu 12.10, Eclipse 4.2.2, CDT 8.1.2

    enter image description here

    This snapshot shows Task-Focused, which I don't see on my another Eclipse instance. In that case I just checked Parsing-based Proposals and completion still works.

提交回复
热议问题