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
-
For Gerrit Dashboard: QTBUG-134781 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
632579,4 | qmlls: don't mix up the in-memory and on-disk file | dev | qt/qtdeclarative | Status: MERGED | +2 | 0 |
632957,2 | qmlls: don't mix up the in-memory and on-disk file | 6.9 | qt/qtdeclarative | Status: MERGED | +2 | 0 |
634753,3 | qmlls: don't mix up the in-memory and on-disk file | 6.8 | qt/qtdeclarative | Status: MERGED | +2 | +1 |