forked from qt-creator/qt-creator
doc: clarify what the qmlls checkboxes really do
Add some documentation about what these qmlls checkboxes really do. Change-Id: I019d68b6d53efbbd599ba2c8c4edc68e3f9be1da Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
This commit is contained in:
@@ -148,11 +148,16 @@
|
|||||||
\uicontrol {Qt Quick} > \uicontrol {QML/JS Editing} >
|
\uicontrol {Qt Quick} > \uicontrol {QML/JS Editing} >
|
||||||
\uicontrol {Enable QML Language Server}.
|
\uicontrol {Enable QML Language Server}.
|
||||||
|
|
||||||
To use advanced features, such as renaming and finding usages, select the
|
By default, enabling the QML language server will only enable warning messages
|
||||||
|
and code completion, while advanced features such as renaming and finding usages
|
||||||
|
will be handled by the embedded code model.
|
||||||
|
To disable the embedded code model and use the QML language server for everything,
|
||||||
|
select the
|
||||||
\uicontrol {Use QML Language Server advanced features} check box.
|
\uicontrol {Use QML Language Server advanced features} check box.
|
||||||
|
|
||||||
To use the latest version of the language server installed on your
|
Also, Qt Creator will try to use the QML language server shipped with
|
||||||
system, select the
|
the Qt version in your current kit. To override that behavior and always use the
|
||||||
|
QML language server of the highest registered Qt version, select the
|
||||||
\uicontrol {Use QML Language Server from latest Qt version} check box.
|
\uicontrol {Use QML Language Server from latest Qt version} check box.
|
||||||
|
|
||||||
\image qtcreator-qml-js-editing.webp {QML/JS Editing preferences}
|
\image qtcreator-qml-js-editing.webp {QML/JS Editing preferences}
|
||||||
|
Reference in New Issue
Block a user