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 df6335e9c01..b6c09ff1f4a 100644 --- a/doc/qtcreator/src/editors/creator-only/creator-language-server.qdoc +++ b/doc/qtcreator/src/editors/creator-only/creator-language-server.qdoc @@ -38,15 +38,22 @@ \list \li \l{Completing Code}{Code completion} + \li Sending document formatting requests to the language server to + automatically format documents using the settings specified in + \uicontrol Tools > \uicontrol Options > \uicontrol {Text Editor} + > \uicontrol Behavior \li Highlighting the symbol under cursor + \li \l{Viewing Function Tooltips}{Viewing function tooltips} \li \l{Semantic Highlighting}{Semantic highlighting}, as defined in \l{https://github.com/microsoft/vscode-languageserver-node/pull/367} {Proposal of the semantic highlighting protocol extension} \li Navigating in the code by using the \l{Searching with the Locator} {locator} or \l{Moving to Symbol Definition or Declaration} {moving to the symbol definition} - \li Inspecting code by viewing the document - \l{Viewing Defined Types and Symbols}{outline} + \li Inspecting code by viewing the document outline in the + \l{Viewing Defined Types and Symbols}{Outline} view or + in the \uicontrol Symbols list on the \l{Using the Editor Toolbar} + {editor toolbar} \li \l{Finding Symbols}{Finding references to symbols} \li Code actions \li Integrating diagnostics from the language server