Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] Content assist fails due to lack of completion node

Hi folks,

this is the most frequent single cause of a failure to give code
completion suggestions. It appears in 13 of the content assist
processor's Junit test cases. Some of the situations where this happens
are quite "popular", such as requesting assistance in when starting a
function's parameter list:

void foo( ???

The details are documented in
https://bugs.eclipse.org/bugs/show_bug.cgi?id=151207 and it would be
great if some parser-knowing people could take a look at it. At the
moment my perspective is that class GNUCPPSourceParser should create a
completion node but does not do it.

Thanks for feedback


Norbert Ploett


Back to the top