Details
-
Technical task
-
Resolution: Duplicate
-
P2: Important
-
None
-
None
Description
We currently don't populate a method info for script bindings. For example,
Item {
onWidthChanged: function(value) {
}
}
We don't represent this function in the dom. Consequently, highlighting of this is currently missing. Add this support in the dom and confirm highlighting is working well for this case.