Details
-
Bug
-
Resolution: Duplicate
-
P2: Important
-
None
-
Qt Creator 2.5.0, Qt Creator 2.5.1, Qt Creator 3.1.0
-
None
-
Ubuntu 12.04
Description
Autocomplete does not work for STL containers' iterators, namely when one type
for(std::vector<int>::iterator it = vectorName.begin(); it != vectorName.end() ; ++it )
{ it-> //no autocomplete it. // will list e.g. list of iterator's operators like '++' }Attachments
Issue Links
- is replaced by
-
QTCREATORBUG-1892 qt creator does not auto-suggest for STL-style iterator reference
- Closed