Autocompletion not working for Qt classes
Unsolved
Qt Creator and other tools
-
I am experiencing that autocompletion is not working for Qt classes. For some classes it does, e.g. QDomDocument, but for most it does not. For example, autocompletion of basic types like QString and QFileInfo only suggests the following completions:
- Data
- operator =
- ~QString
- QString
Autocompletion however works for my own classes.
I have searched the forum for advice, but nothing helped me to fix the problem.
I am using Qt Creator 14.0.2 and Qt 5.15.2.