Hiya.
I have snow leopard and I'm building a cpp Application with xcode.
I would like to be able to get proper code completion with xcode, and by that i mean the following:
std::string f;
f.
just when I type f.
i would like to see all the relevant functions to that string class. is it possible in xcode ?