Skip to content

qmlls-0.2

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 08 Jan 09:47
· 38 commits to main since this release
f1f0dd3

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