aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/qtcreator/src/editors/creator-only/creator-language-server.qdoc15
1 files changed, 8 insertions, 7 deletions
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 80ee71d960f..58633cdcfc1 100644
--- a/doc/qtcreator/src/editors/creator-only/creator-language-server.qdoc
+++ b/doc/qtcreator/src/editors/creator-only/creator-language-server.qdoc
@@ -165,15 +165,16 @@
To disable the Python language server, deselect
\uicontrol {Use Python Language Server}.
- \section2 Qml 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 {<Qt Installation>/bin/qmlls} as executable.
+ Qt 6.4 ships with the \c qmlls language server that provides completion and
+ warnings for QML. To set it up as a \l {Generic StdIO Language Server},
+ select \c {text/x-qml} and \c {application/x-qt.ui+qml} as MIME types, and
+ \c {<Qt Installation>/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}.
+ If the language server is used together with the \c QmlJSEditor plugin,
+ duplicate suggestions and warnings might be shown. To avoid this, disable
+ the editor plugin as described in \l {Enabling and Disabling Plugins}.
\section1 Supported Locator Filters