Code assist and C++ Template classes [message #116437] |
Fri, 20 August 2004 09:19  |
Eclipse User |
|
|
|
Originally posted by: atingley.sonusnet.com
Hi,
It appears CDT code assist doesn't understand C++ Template classes.
Anytime I try ctl-space on a class that is a template class, I get
"no completions available." Is this a feature yet to be implemented?
Thanks,
Al
|
|
|
Re: Code assist and C++ Template classes [message #116452 is a reply to message #116437] |
Fri, 20 August 2004 12:31  |
Eclipse User |
|
|
|
The parser does try to understand C++ templates, though there are cases
that it does not handle correctly. This is an area that is still under
development. Content assist feature should work as long as the parser didn't
have trouble with your template.
Check out the following defects in bugzilla (http://bugs.eclipse.org) to see
some of the code patterns that the parser currently has problems with:
60307, 65419, 71884, 51485, 39701.
-Andrew
"Alan Tingley" <atingley@sonusnet.com> wrote in message
news:cg4toa$lf$1@eclipse.org...
> Hi,
> It appears CDT code assist doesn't understand C++ Template classes.
> Anytime I try ctl-space on a class that is a template class, I get
> "no completions available." Is this a feature yet to be implemented?
> Thanks,
> Al
>
>
|
|
|
Powered by
FUDForum. Page generated in 0.05671 seconds