Details
-
Bug
-
Resolution: Fixed
-
P4: Low
-
1.1.0
-
None
-
-
588250efc (dev)
Description
The following code will reproduce the issue:
import QtQuick 2.12 Item { id: root property var data: Rectangle { id: data } property var foo: Rectangle { id: foo } Component.onCompleted: { console.log("Hello, World!") } }
In VS Code it looks like:
The property foo and Component.onCompleted are not colored correctly.
Attachments
For Gerrit Dashboard: VSCODEEXT-105 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
607114,2 | qt-qml: Fix syntax highlighting for QML files | dev | qt-labs/vscodeext | Status: MERGED | +2 | 0 |