Uploaded image for project: 'Qt Creator'
  1. Qt Creator
  2. QTCREATORBUG-7658

Autocomplete does not work for STL containers' iterators

    XMLWordPrintable

Details

    • Bug
    • Resolution: Duplicate
    • P2: Important
    • None
    • Qt Creator 2.5.0, Qt Creator 2.5.1, Qt Creator 3.1.0
    • C/C++/Obj-C++ Support
    • 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

          No reviews matched the request. Check your Options in the drop-down menu of this sections header.

          Activity

            People

              kosjar Nikolai Kosjar
              lordmonkey Patryk Malek
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes