Code::Blocks Forums

User forums => Help => Topic started by: Mahobi on November 19, 2006, 08:44:16 am

Title: Issue with codecompletion
Post by: Mahobi on November 19, 2006, 08:44:16 am
Hi at all,
is this an issue of the code completion plugin or am I doing something wrong?

Code: cpp
#include <iostream>
#include <sstream>

int main()
{

    std::ostringstream ostring;

    ostring.  // <-- Here code completion doesn't list anything

return 0;
}

I use the nightly build from 17. November.
Title: Re: Issue with codecompletion
Post by: sethjackson on November 20, 2006, 05:32:30 pm
AFAIK code-completion doesn't parse the standard library (yet).........
Title: Re: Issue with codecompletion
Post by: Der Meister on November 22, 2006, 10:56:04 pm
It does. But it's probably not perfect yet.  8)
Title: Re: Issue with codecompletion
Post by: killerbot on November 22, 2006, 10:57:22 pm
... it's gonna get improved soon ....
Title: Re: Issue with codecompletion
Post by: sethjackson on November 23, 2006, 01:39:10 am
... it's gonna get improved soon ....

 8)