forked from qt-creator/qt-creator
Doc: Add commas and fix style issues
Change-Id: I10d1e11c5981704b5ae5e7690f3df036af9873b3 Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -165,15 +165,16 @@
|
|||||||
To disable the Python language server, deselect
|
To disable the Python language server, deselect
|
||||||
\uicontrol {Use Python Language Server}.
|
\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.
|
Qt 6.4 ships with the \c qmlls language server that provides completion and
|
||||||
It can be set up as a \l {Generic StdIO Language Server}, selecting \c {text/x-qml} and
|
warnings for QML. To set it up as a \l {Generic StdIO Language Server},
|
||||||
\c {application/x-qt.ui+qml} as MIME Types, and \c {<Qt Installation>/bin/qmlls} as executable.
|
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
|
If the language server is used together with the \c QmlJSEditor plugin,
|
||||||
warnings might be shown. To avoid this you might want to disable it as described in
|
duplicate suggestions and warnings might be shown. To avoid this, disable
|
||||||
\l {Enabling and Disabling Plugins}.
|
the editor plugin as described in \l {Enabling and Disabling Plugins}.
|
||||||
|
|
||||||
\section1 Supported Locator Filters
|
\section1 Supported Locator Filters
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user