intellij-qml
intellij-qml copied to clipboard
Support list property type
Example:
import QtQuick 2.0
Item {
property list<Item> fooBar: []
}