aboutsummaryrefslogtreecommitdiffstats
path: root/dist/changes-4.9.0.md
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@qt.io>2019-03-15 11:05:13 +0100
committerLeena Miettinen <riitta-leena.miettinen@qt.io>2019-03-22 11:38:46 +0000
commitd7e3954f242b8656310da86fb6e59c47ab036ca6 (patch)
tree2f03c697e1016a4fb983fb042749b7ce7643449b /dist/changes-4.9.0.md
parent3a71aaef96e80ed1b2eba5d501c79e4b66b04020 (diff)
Doc: List services provided by the language server
Add links to more information about the services. Rewrite the section about the Outline sidebar view to better match other languages beside QML. Change-Id: If9bc710c034c938fc49d67252f14fc3237feedcb Reviewed-by: David Schulz <david.schulz@qt.io>
Diffstat (limited to 'dist/changes-4.9.0.md')
-rw-r--r--dist/changes-4.9.0.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/dist/changes-4.9.0.md b/dist/changes-4.9.0.md
index 8feed6ec31..a5db399027 100644
--- a/dist/changes-4.9.0.md
+++ b/dist/changes-4.9.0.md
@@ -20,7 +20,8 @@ Editing
* Language Client
* Added support for document outline (QTCREATORBUG-21573)
- * Added support for `Find Usages` (QTCREATORBUG-21577)
+ * Added support for `Find References to Symbol Under Cursor`
+ (QTCREATORBUG-21577)
* Added support for code actions
* Highlighter
* Replaced custom highlighting file parser with `KSyntaxHighlighting`