News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

Issue with codecompletion

Started by Mahobi, November 19, 2006, 08:44:16 AM

Previous topic - Next topic

Mahobi

Hi at all,
is this an issue of the code completion plugin or am I doing something wrong?

Code (cpp) Select
#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.

sethjackson

AFAIK code-completion doesn't parse the standard library (yet).........

Der Meister

It does. But it's probably not perfect yet.  8)
Real Programmers don't comment their code. If it was hard to write, it should be hard to understand.
Real Programmers don't write in BASIC. Actually, no programmers write in BASIC, after the age of 12.

killerbot

... it's gonna get improved soon ....