summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@qt.io>2020-02-28 16:22:41 +0100
committerLeena Miettinen <riitta-leena.miettinen@qt.io>2020-03-02 13:40:27 +0000
commit015d09a9e7c50e85ccd8b719e055aefb2356b06f (patch)
tree3139339e2b89854c5735618f538cbe74cdf6dc9f /doc
parent821f073f159c9dc6089b26acb70438e8ce188e59 (diff)
downloadqt-creator-015d09a9e7c50e85ccd8b719e055aefb2356b06f.tar.gz
Doc: Describe new supported LSP services
Change-Id: I3e0e9b92945b48ffa2f349924762f6bb0fef3c87 Reviewed-by: David Schulz <david.schulz@qt.io>
Diffstat (limited to 'doc')
-rw-r--r--doc/qtcreator/src/editors/creator-only/creator-language-server.qdoc11
1 files 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 df6335e9c0..b6c09ff1f4 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