i really like the codecompletion plugin,before find the CB,i'm working on "slickedit",a commercial IDE.
the codecompletion is very good!!
e.g.
std::string str;
str.
and it list the member of the std::string;
string str;
str.
also list them.
i read your source .(you delete the cache feature.)
i think it's impossible to parse in real-time.i think it can load tagfile tokens.So that the system API or Class can be auto completed.