Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » Code assist and C++ Template classes
Code assist and C++ Template classes [message #116437] Fri, 20 August 2004 09:19 Go to next message
Eclipse UserFriend
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 Go to previous message
Eclipse UserFriend
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
>
>
Previous Topic:Setting break point on code in header file
Next Topic:_WinMain@16
Goto Forum:
  


Current Time: Tue Jul 22 22:11:30 EDT 2025

Powered by FUDForum. Page generated in 0.05671 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top