Release 0.2
This release contains the binaries built from dev on 6.1.2025. It should support Qt projects targeting Qt 6.5 and later.
Usage
Create a CMake variable QT_QML_GENERATE_QMLLS_INI in your cmake project with value ON
:
cmake .... -DQT_QML_GENERATE_QMLLS_INI=ON
Let your code editor call the qmlls binary with the path to your qt installation, and set QT_QML_GENERATE_QMLLS_INI to ON in your projects:
qmlls -I <path/to/Qt/installation>/qml
Changelog
New features, when comparing to qmlls from Qt 6.8.1:
- support for document outline
- respect settings from
.qmlformat.ini
files when formatting - import paths can be passed via
.qmlls.ini
settings file