eclipse C++ code autocompletion (completion)

The problem is when I have created variable and after that I write first letter to use it, but I don`t see code completion.How can I solve it?like here

Upvotes: 0

Views: 2666

Answers (1)

D. Kent
D. Kent

Reputation: 26

Have you checked Windows -> Preferences -> C++ -> Editor -> Content Assist -> Advanced and see which proposals are checked off? For the most part that is the place that controls the autocomplete functionality in Eclipse. You may also try hitting Ctrl+Space and see if a window opens asking if you want to turn Autocomplete on.

Upvotes: 1

Related Questions