Hi:
I've got a question concerning QtCreator that has been bugging me for a while now.
I've got this relatively large program that I'm devolping and all of these classes.
Now in some of these classes using the F1 to use the help and the auto complete feature just absolutely refuses to work.
Can any one tell me why the Creator might do this? Is there something I can do to correct it?
Thanks
PD: The program compiles. At first I thought It was something like Eclipse where certain syntax errors make the auto complete unavailable, but that's not the case.


Reply With Quote


Indexing is done in background, so if you have a complex hierarchy of classes it might take a while for Creator to catch up. Take a look at the status bar to see if the indexing process is running.

Bookmarks