C code autocomplete in Eclipse
Posted
by Ittai
on Stack Overflow
See other posts from Stack Overflow
or by Ittai
Published on 2010-03-24T13:30:12Z
Indexed on
2010/03/24
13:33 UTC
Read the original article
Hit count: 417
Hi,
I'm a Java developer and I've downloaded the Eclipse for C (course purposes) and to my amazement the control+space shortcut (for autocomplete) did not work.
I've created a new project and a new class using the wizzards and started to type "print" and then tried to find an autocomplete feature.
After a bit of googling I arrived at C/C++->Editor->Content Assist->Advanced and there I verified that Help proposals,Parsing-based proposals and Template proposals options were checked.
I then went over to the Keys preferences page using the link at that page and entered a binding for all relevant content assist from before C\C++ Content Assist (type...) and chose in the When box the C\C++ Editor option.
But alas no autocompletion was offered.
Can someone please point me to the right direction?
Thanks, Ittai
© Stack Overflow or respective owner