[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.tools.cdt] configure content assist?

Hello everybody,

I just tried the CDT for the first time and now try to get the content
assist to work properly.

Well, something already works, as it completes for example "main" to a
correct main function or built in completions as for example for "for"
or "do" statements.

Now I want it to complete the methods of my own classes, buit that does
not work. It does not even work for something from the standard library:

C++ standard project
#include <cstdio>
"pr" and CTRL+Space results only in "private" but not in "printf" or
something. "print" and CTRL+Space results in the error message "no
completions available".
It looks like the assist is not parsing any include files to get the
possible identifiers.

Anything I can configure somewhere? I already tried the different scopes
in the preferences and I added all include directories to the include
path. What else?

Best regards,
Hauke