From fdd610ef34a6275a49725c14d1d4765a3480bc8c Mon Sep 17 00:00:00 2001 From: Nick Trogh <1908215+ntrogh@users.noreply.github.com> Date: Mon, 13 May 2024 10:00:13 +0200 Subject: [PATCH] Remove reference to missing keybinding --- docs/cpp/cpp-ide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/cpp/cpp-ide.md b/docs/cpp/cpp-ide.md index 7d0987b5c7..f4887deb99 100644 --- a/docs/cpp/cpp-ide.md +++ b/docs/cpp/cpp-ide.md @@ -147,7 +147,7 @@ Use the **Go to References** feature to understand how often and where a symbol ### Go to type definition -Use the **Go to Type Definition** feature to jump to where a type is defined in your source code. Select a type in your source code and press `kb(editor.action.goToTypeDefinition)` or right-click and choose **Go to Type Definition** from the context menu. +Use the **Go to Type Definition** feature to jump to where a type is defined in your source code. Select a type in your source code, right-click to open the context menu, and choose **Go to Type Definition**. ## Next steps