I am a new Eclipse/CDT user, and am still having some problems. The
most annoying one is that I was not yet able to get the content assist
working. Basically, I have the very same problems as Hauke described in
http://dev.eclipse.org/newslists/news.eclipse.tools.cdt/msg11650.html
(unfortunately, that post didn't get an answer)
Basically, very simple things like completion for "main()" or
"for"-loops work. On the other hand, completion does not work for any
of my own classes whose headers I included, nor does it work for
functions of the standard library. It looks like the assist is not
parsing the included header files at all, even though they are in the
include path.
The documentation says something about selectable scopes with a radio
button, but I don't have that button in CDT 4.0.
Can anybody point me into the right direction to get content assist
working? Anything I could be looking for in log files?
Best regards,
Holger