Doc: Add commas and fix style issues

Change-Id: I10d1e11c5981704b5ae5e7690f3df036af9873b3
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
Leena Miettinen
2022-08-22 15:17:38 +02:00
parent 635865dac4
commit cd87abf3fa

View File

@@ -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