Qt 6.11 introduces three major improvements to the QML Language Server (qmlls): Go to C++ definition support for projects targeting Qt 6.10+, multiple project support allowing a single qmlls instance to handle several projects without mixing up import paths or type definitions, and automatic CMake calls that rebuild type registration targets when C++ headers change. The CMake calls feature eliminates the need to manually rebuild after modifying C++ components before editing their QML usages. A progress indicator for CMake calls is planned for Qt 6.12. Configuration guides are provided for Qt Creator and VS Code.
Sort: