I'm using KDevelop 3.4.0 and I find that completion suggestions are incorrect (incomplete). For instance, when I do: ifstream in("blah"); in. Here, the completion lists only a few of basic_ifstream's members, and not (for instance) read. Is this a limitation of the current parser/indexer? Thanks, Yang