Details
-
Bug
-
Resolution: Done
-
P2: Important
-
None
-
Qt Creator 2.7.0-rc, Qt Creator 3.2.0
-
ubuntu 12.4
-
97d3d9ac0946f3be0e036b70401352e3ddaeb8fc
Description
Qtcreator editor does not autocomplete members of objects which are inside a vector
#include <vector> struct A { int member; }; void f() { std::vector<A> a; // a[0].m // no completion // a.begin()->m // no completion }
Attachments
Issue Links
- depends on
-
QTCREATORBUG-13726 Invalid syntax checker errors when using decltype (C++11)
- Closed
-
QTCREATORBUG-14141 Indirect partial specialization for pointer type doesn't work
- Closed
-
QTCREATORBUG-14483 decltype is not resolved
- Closed
-
QTCREATORBUG-14218 Explicit reference to typedef from template base not recognized
- Closed
-
QTCREATORBUG-14237 Recursive template instantiation of template type doesn't work
- Closed
-
QTCREATORBUG-14480 template using not instantiated
- Closed
- relates to
-
QTCREATORBUG-8937 Code Completion can not support std::unique_ptr
- Closed
-
QTCREATORBUG-1892 qt creator does not auto-suggest for STL-style iterator reference
- Closed