Code completion

quirin linqs at gmx.de
Thu Feb 19 17:17:10 GMT 2004


Do you have anyidea how i could make code completion with qt or kde lib 
methods?
q
On Thursday 19. February 2004 17:57, you wrote:
> On Thursday 19 February 2004 17:44, Eugeny N Dzhurinsky wrote:
> > Does anybody has this feature work with STL?
> > I created the persistent class store, but when i defining the
> > vector<string> something;
> >
> > and then trying to type
> >
> > something.
> >
> > and hit Ctrl+space (yes, this keystroke defined for code
> > completion action, i doulbe-checked) nothing happens :(
>
> vector? There is no such type. I assume you mean std::vector. ;)
>
> Seriously, this is the problem. The CC isn't (yet) smart enough to import
> namespaces (if indeed you have done this) so it has no idea what "vector"
> is.
>
> This works fine here:
>
> std::vector<std::string> v;
> v.<completion kicks in>
>
>
> jd
>
>
> -
> to unsubscribe from this list send an email to
> kdevelop-request at kdevelop.org with the following body: unsubscribe
> your-email-address


-
to unsubscribe from this list send an email to kdevelop-request at kdevelop.org with the following body:
unsubscribe »your-email-address«



More information about the KDevelop mailing list