AutoComplete and Vectors Iterators Not working.
-
Hello All,
I did some looking around and found lots of people have problem with autocomplete not working with gui objects. And rebuilding was a solution. That's not a solution for me.
I'm using the STL vector to make a vector of strings. When I make the iterator, the autocomplete don't work. For example,
i have to manually type out
@it->at();@The autocomplete don't work in some other places, and i was wondering if there was a reason. I've also seen other instances of autocomplete not working, but I'd have to write them down to remember them.
Thanks,
Arukas -
I think what you are seeing is an example of "Qt Creator bug #955":https://bugreports.qt.nokia.com/browse/QTCREATORBUG-955 . It's supposed to work, but there are a bunch of issues so a lot of times it doesn't.