Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » CDT 4.0M4 Code Completion for STL Objects
CDT 4.0M4 Code Completion for STL Objects [message #186408] Wed, 28 February 2007 10:11 Go to next message
Eclipse UserFriend
I have been using CDT 4.0M5 for the last week or so and I am extremely
happy with the progress. The one thing that I think might be buggy, at
least on my system, is the code completion for STL objects like vector
and such. With CDT 3.1.2 when I did the following I would get
completion proposals:

std::vector<int> vec;
vec.[proposal list pops up]

Now under CDT 4.0M5 a dialog does pop up but says there are no
completion proposals.

I fully understand that 4.0M5 is still a "beta" and under development,
I was just wondering if I should submit a bug or this is a known thing
and being worked on or I am not doing something correctly.

The project seems to find all the include files correctly on my system,
at least the standard locations:
/usr/include
/usr/local/include
and a few others.

Eclipse 3.3 with CDT 4.0M5 on OS X 10.4.8 Intel.

Thanks
Mike Jackson
Re: CDT 4.0M4 Code Completion for STL Objects [message #186451 is a reply to message #186408] Wed, 28 February 2007 11:29 Go to previous message
Eclipse UserFriend
This is a known limitation, see also
https://bugs.eclipse.org/bugs/show_bug.cgi?id=172436

--
Anton Leherbauer
Wind River CDT Team, Austria
Previous Topic:Debugging multithreaded programs
Next Topic:Switching .h/.cpp
Goto Forum:
  


Current Time: Thu Sep 18 09:23:45 EDT 2025

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

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

Back to the top