Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
Qt Creator 4.15.1
-
None
Description
Too bad, doesn't work. Right click -> Find References to Symbol Under Cursor does amazingly nothing for signals defined in QML components. Tried with both property: type and type property syntax, and without properties at all.
Steps to reproduce
- Create QML component
- Define some signals
- Add signal handlers, connections etc.
- Navigate to the original signal definition (at least, Follow Symbol Under Cursor a.k.a. F2 works)
- Select Find References to Symbol Under Cursor a.k.a. Ctrl+Shift+U (at least on Linux)
Expected result
Should find all onSignal: handlers, all Connections { function onSignal() }} with compatible targets, all {{signal() invocations, and all other usages of the signal.
Actual result
Nothing happens
Attachments
Issue Links
- is covered by
-
QTBUG-100084 LSP: find usages in qml
- Closed
- is duplicated by
-
QTBUG-92876 Dom: model JS expressions/statements in QmlDom and add qmlls (find usages, go to definition, ...) support for them
- Closed
- is required for
-
QTBUG-97637 QML Language Server Support for IDEs (like VSCode, QtC)
- In Progress