aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@qt.io>2022-08-22 15:17:38 +0200
committerLeena Miettinen <riitta-leena.miettinen@qt.io>2022-08-23 07:14:08 +0000
commitcd87abf3fa8388642dfa8301d8098c5b66ddef00 (patch)
treedde88d69a65dd0bfe2a00ed665525fcf5cb9ec79
parent635865dac474f195def542d315c23625187fd61c (diff)
Doc: Add commas and fix style issues
Change-Id: I10d1e11c5981704b5ae5e7690f3df036af9873b3 Reviewed-by: hjk <hjk@qt.io>
-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 80ee71d960..58633cdcfc 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