I'm just getting into codesense, and it works way better than before. I have so many questions (Which the docs don't seem to answer), but here are my 2 most important related ones:
1. I have 2 functions: void print_by_name(const std::vector<int>& vec) const; std::string print_by_name(const int& one) const; When I bring up the completion list, I get: workingSet->print_by_name(<#const std#>); So, that's not especially helpful. 'cause of that "std", I can't tell which function that is. Secondly, the second function that returns a string doesn't show up at all. Is this because Xcode has issues dealing with overloaded functions, or does my index need updating?
2. How do I force the index to rebuild?
Ok, I lied, I have 3 questions:
3. it seems to me that sometimes my typos get indexed and offered back to me. Is this correct behaviour, and apart from being careful, how do I avoid it? ie, will they disappear on the next index update?
Thanks!
Markian ---- When arguing with an idiot, be sure they aren't doing the same. |