Details
-
Task
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
Qt Creator 4.13.2, Qt Creator 9.0.0-beta2
-
None
Description
I want something similar like when I click on a c++ class -> Find references to Symbol... for my QML files. This works but searches for the top level item type. For eample if my root element is of type Rectangle in my file MyCustomButton.qml it searches for "Rectangle" uses in my codebase instead of type MyCustomButton.
In addition, I think the menu text is very cryptic and should be (at least in a QML file) "Search for component usage" or something like this.
Attachments
Issue Links
- depends on
-
QTBUG-114990 qmlls: find usages of Qml Types
- Closed