From 70941abad9bbcb49cd10db8ab4b5e69d4d5198a0 Mon Sep 17 00:00:00 2001 From: Leena Miettinen Date: Fri, 14 Jun 2024 16:17:17 +0200 Subject: [PATCH] Doc: Add Type Hierarchy to the list of supported LSP features Task-number: QTCREATORBUG-30604 Change-Id: Ic8925e990a14a38383f465295d857d15221693df Reviewed-by: David Schulz --- .../src/editors/creator-only/creator-language-server.qdoc | 1 + 1 file changed, 1 insertion(+) 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 27a632955c3..225cf9f2eaa 100644 --- a/doc/qtcreator/src/editors/creator-only/creator-language-server.qdoc +++ b/doc/qtcreator/src/editors/creator-only/creator-language-server.qdoc @@ -36,6 +36,7 @@ \l{Outline} view or in the \uicontrol Symbols list on the \l{Edit Mode}{editor toolbar} \li \l{Call Hierarchy}{Viewing the callers and callees of a function} + \li \l{Type Hierarchy}{Viewing the base classes and derived classes of a class} \li \l{Find references to a symbol}{Finding references to symbols} \li \l{Rename symbols}{Renaming the symbol under the cursor} \li Code actions