Ctrl+Click on QML Object in QtCreator 15 opens QML file from build tmp directory
-
Qt version: 6.8.0
Qt Creator version: 15.0.0
OS version: Windows 11Hi, I am having an issue when using QML Modules . You can reproduce it with the QML Module example QMLModules_Section3 from Qt Academy in:
[https://github.com/qt-learning/QML-Modules](link url)The problem is that when you try to navigate to a QML object using Ctrl+Click on QtCreator code editor, it opens the temporary QML file on QT_QML_OUTPUT_DIRECTORY instead of opening the file on your project directory, resulting on work lost if you are not aware of it.
You can open the QML file from your project source directory just fine using the Project tree navigator or searching for the file with Ctrl+K.I am aware of QtCreator v15 having issues with the QML Language Server as stated here:
[https://www.qt.io/blog/issues-with-qml-language-server-integration-in-qt-creator-14.0-and-15.0](link url)but this is happening regardless of having the QML Language Server enabled or not on the QtCreator Preferences.
Any idea of why is this happening or how could it be solved?
Thanks