[Qt-creator] autocompletion

Luc Vlaming mail at lucvlaming.com
Fri Jun 8 07:51:53 CEST 2012


hi everyone,

i noticed that right now the autocompletion isn't working as it used to (i
think).
the following happens:

using the following code
    vector<int> test;
    typedef vector<int> MyType;
    MyType test2;

this does do autocomplete ("test." autocompletes):
    test.size();

however this doesn't ("test2." does not autocomplete):
    test2.size();

i think this used to work. if not however, i stand corrected ;)

i was just wondering if it is simply my setup or that the current trunk is
in fact "broken" for typedef'd autocompletion.

anyone any thoughts on this?

regards,
luc
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/qt-creator/attachments/20120608/b19b923e/attachment.html>


More information about the Qt-creator mailing list