summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@qt.io>2019-09-17 15:57:11 +0200
committerLeena Miettinen <riitta-leena.miettinen@qt.io>2019-09-18 06:50:53 +0000
commitcf3cd8043b24f295516c9b5fa2b8112bf860bed7 (patch)
treeaea72c109be3515d7686d2f0cc21445891932a27 /doc
parent097892cc106820f25915831302db0f982cf00a39 (diff)
downloadqt-creator-cf3cd8043b24f295516c9b5fa2b8112bf860bed7.tar.gz
Doc: Add semantic highlighting to supported LSP services
Change-Id: I259aaac905b3950e10be48912e95cfca0596b1d1 Reviewed-by: David Schulz <david.schulz@qt.io>
Diffstat (limited to 'doc')
-rw-r--r--doc/src/editors/creator-only/creator-language-server.qdoc3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/src/editors/creator-only/creator-language-server.qdoc b/doc/src/editors/creator-only/creator-language-server.qdoc
index 9dc5d1e84f..b354f762b4 100644
--- a/doc/src/editors/creator-only/creator-language-server.qdoc
+++ b/doc/src/editors/creator-only/creator-language-server.qdoc
@@ -39,6 +39,9 @@
\list
\li \l{Completing Code}{Code completion}
\li Highlighting the symbol under cursor
+ \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}