intellij-qml
intellij-qml copied to clipboard
property of Binding is recognized incorrectly
Example:
Binding {
target: otherComponent
property: "width"
value: whatever.random
}
The plugin chokes on property
. property
is not only keyword in QML, but also can be a property name.