F2 Follow symbol under cursor opens build file
-
Since I have Qt6.8.0 for Linux "F2 Follow under symbol under cursor" opens a build copy of my QML files instead of the QML file in my source directory.
With older Qt versions it correctly finds symbols in QML files from my source directory.Is there some setting where I can tell to look in my source directory first for QML symbols?
-
I noticed that this also happens with Qt6.7.3
With Qt6.6.3 all worked fine. -
I noticed the same after switching from Qt6.5 to 6.7 and upward. I think it has something to do with the new qmlls.
@Michel-de-Boer said in F2 Follow symbol under cursor opens build file:
Is there some setting where I can tell to look in my source directory first for QML symbols?
Maybe there is some kind of env variable to set but it does not seem to be documented.
For me it looks like a regression since now we cannot just Follow symbol to edit the underlying compo0nent directly. I hope something will be done to solve this issue.
I've open a bug: https://bugreports.qt.io/browse/QTCREATORBUG-32120