From 5741d8ec05b7c3dac97cf54bb4d0f56743e3459c Mon Sep 17 00:00:00 2001 From: Leena Miettinen Date: Tue, 11 Oct 2022 17:06:09 +0200 Subject: [PATCH] Doc: Describe Follow Symbol Under Cursor to Type in code editor Task-number: QTCREATORBUG-27876 Change-Id: I17250cdde3ad4c722dbccbb486f27abda58a9ed1 Reviewed-by: Christian Kandeler Reviewed-by: --- doc/qtcreator/src/editors/creator-coding-edit-mode.qdoc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/qtcreator/src/editors/creator-coding-edit-mode.qdoc b/doc/qtcreator/src/editors/creator-coding-edit-mode.qdoc index e75de83bfd9..10283d1c667 100644 --- a/doc/qtcreator/src/editors/creator-coding-edit-mode.qdoc +++ b/doc/qtcreator/src/editors/creator-coding-edit-mode.qdoc @@ -284,6 +284,12 @@ supported for namespaces, classes, functions, variables, include statements, and macros. + To move to the type definition of a symbol, select + \uicontrol {Follow Symbol Under Cursor to Type} or press + \key {Ctrl+Shift+F2}. To follow the symbol in the next split, select + \uicontrol {Follow Symbol Under Cursor to Type in Next Split} or + press \key {Ctrl+E, Ctrl+Shift+F2}. + When the cursor is on a string literal and the string is a QRC file path, following the symbol opens the specified resource file for editing in the \uicontrol {Resource Browser}.