Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
6.10
-
None
-
5b5888587 (dev), 2c41f8ac7 (6.9), 1f8039ae8 (6.8)
Description
Reproducer steps:
- Have a Main.qml file with this content:
import QtQuick Item { enum Qwer { ASDF, INCORRECT, ZXCV } property var myEnum: Main.CORRECT }
- save the file
- modify {{enum Qwer
{ ASDF, INCORRECT, ZXCV }
}} to {{enum Qwer
{ ASDF, CORRECT, ZXCV }}}
- See that the qmlls linter still complains about the unknown enum value
- Save the file
- Now the qmlls linter knows about the enum value
Attachments
Issue Links
- relates to
-
QTCREATORBUG-32634 Autocompletion for enum doesn't work without restarting qml language server
-
- In Progress
-