code completion not working?
code completion not working?
- Subject: code completion not working?
- From: Markian Hlynka <email@hidden>
- Date: Thu, 15 Jun 2006 01:57:56 -0600
I have a very simple function:
istream & operator>>(std::istream & inStream, KnowledgeBase & obj)
{
...
}
it's in a .cpp file. There's a header file which contains the
declaration of class KnowledgeBase. It is included in the file in
which the above function is located.
When I type "obj." there are no completions available. Why not? I've
rebuilt the index with the button in the project info general pane...
is there something else I'm missing?
Thanks!
Markian
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden