[Qt-creator] Overzealous Autocomplete redux

Jason H jhihn at gmx.com
Wed Mar 13 22:29:05 CET 2019


QMap<QString, QString> map {
 {"Apple", "AAPL"},
};

After typing the comma, if I am in a class, I find myself in a popup with the member function names of the class that I am in.
If I am not in a class, I get the popup that is attached.

Is there a way to not have this happen, but still have usable autocomplete? I would posit that the popup in this situation is errant. Usually when I'm initializing these mappings there a quite a few, so the constant popup is annoying.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: Screen Shot 2019-03-13 at 5.25.37 PM.png
Type: image/png
Size: 11438 bytes
Desc: not available
URL: <http://lists.qt-project.org/pipermail/qt-creator/attachments/20190313/80cb9adc/attachment.png>


More information about the Qt-creator mailing list