Author Topic: Issue with codecompletion  (Read 3501 times)

Mahobi

  • Guest
Issue with codecompletion
« 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.

sethjackson

  • Guest
Re: Issue with codecompletion
« Reply #1 on: November 20, 2006, 05:32:30 pm »
AFAIK code-completion doesn't parse the standard library (yet).........

Offline Der Meister

  • Regular
  • ***
  • Posts: 307
Re: Issue with codecompletion
« Reply #2 on: November 22, 2006, 10:56:04 pm »
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.

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5490
Re: Issue with codecompletion
« Reply #3 on: November 22, 2006, 10:57:22 pm »
... it's gonna get improved soon ....

sethjackson

  • Guest
Re: Issue with codecompletion
« Reply #4 on: November 23, 2006, 01:39:10 am »
... it's gonna get improved soon ....

 8)