Details
-
Bug
-
Resolution: Duplicate
-
P3: Somewhat important
-
None
-
Qt Creator 4.7.1
-
macOS 10.13
Description
When using an enum that has been defined inside the QML then it will not auto-complete. For example if you add:
enum Test { Value1, Value2 }
to a QML file. Then start typing something to use the values, it will not popup an auto-completion list, whereas it will if the enum comes from a registered QML plugin.
Attachments
Issue Links
- is replaced by
-
QTCREATORBUG-19226 Support QML enums in the code model
- Closed