From 774010d96e49553b77a5cc9c0cd6d14ec50d7686 Mon Sep 17 00:00:00 2001 From: Fawzi Mohamed Date: Fri, 5 Aug 2022 14:11:10 +0200 Subject: [PATCH] Add information on how to set up qmlls Fixes: QTCREATORBUG-28025 Change-Id: Id9a74a15f1fd716f714e8f87fc2d986f9b952e94 Reviewed-by: Fabian Kosmale --- .../editors/creator-only/creator-language-server.qdoc | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/doc/qtcreator/src/editors/creator-only/creator-language-server.qdoc b/doc/qtcreator/src/editors/creator-only/creator-language-server.qdoc index a2bebb49fb5..80ee71d960f 100644 --- a/doc/qtcreator/src/editors/creator-only/creator-language-server.qdoc +++ b/doc/qtcreator/src/editors/creator-only/creator-language-server.qdoc @@ -165,6 +165,16 @@ To disable the Python language server, deselect \uicontrol {Use Python Language Server}. + \section2 Qml Language Server + + Qt 6.4 ships with the qmlls language server that provides completions and warnings for QML. + It can be set up as a \l {Generic StdIO Language Server}, selecting \c {text/x-qml} and + \c {application/x-qt.ui+qml} as MIME Types, and \c {/bin/qmlls} as executable. + + If the language server is used together with the QmlJSEditor plugin duplicate suggestions and + warnings might be shown. To avoid this you might want to disable it as described in + \l {Enabling and Disabling Plugins}. + \section1 Supported Locator Filters The locator enables you to browse not only files, but any items defined by