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.

_______________________________________________
Qt-creator mailing list
Qt-creator@qt-project.org
https://lists.qt-project.org/listinfo/qt-creator

Reply via email to