Skip to content

Commit

Permalink
Merge pull request #7282 from microsoft/desirable-centipede
Browse files Browse the repository at this point in the history
Remove reference to missing keybinding
  • Loading branch information
ntrogh authored May 13, 2024
2 parents 50f0893 + fdd610e commit 0bdf5b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/cpp/cpp-ide.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 0bdf5b0

Please sign in to comment.