From 015d09a9e7c50e85ccd8b719e055aefb2356b06f Mon Sep 17 00:00:00 2001 From: Leena Miettinen Date: Fri, 28 Feb 2020 16:22:41 +0100 Subject: [PATCH] Doc: Describe new supported LSP services Change-Id: I3e0e9b92945b48ffa2f349924762f6bb0fef3c87 Reviewed-by: David Schulz --- .../editors/creator-only/creator-language-server.qdoc | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 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 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