Skip to content

Commit 37113cc

Browse files
authored
Merge pull request #13030 from anandmeg/uuf-232850
Fix UUF issue on bookmarks findability
2 parents 68da674 + 751170b commit 37113cc

File tree

3 files changed

+15
-6
lines changed

3 files changed

+15
-6
lines changed
Loading
Loading

docs/ide/setting-bookmarks-in-code.md

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,29 +2,38 @@
22
title: Set bookmarks in Visual Studio
33
description: Learn how to use bookmarks to mark lines in your code so that you can quickly return to a specific location, or jump back and forth between locations.
44
titleSuffix: ''
5-
ms.date: 04/26/2023
5+
ms.date: 09/09/2024
66
ms.topic: how-to
77
f1_keywords:
88
- VS.BookmarkWindow
99
author: anandmeg
1010
ms.author: meghaanand
1111
manager: mijacobs
1212
ms.subservice: general-ide
13-
ms.custom: engagement-fy23
1413
---
1514
# Bookmark code in Visual Studio
1615

1716
You can use bookmarks to mark lines in your code so that you can quickly return to a specific location, or jump back and forth between locations. Bookmarks can help you keep track of important parts of your code and remind you of what you might want to work on next, which can improve your productivity.
1817

1918
Bookmark commands and icons are available in two places:
2019

21-
- The **Bookmarks** window; to open it, select **View** > **Bookmark Window** from the menu bar, or use the **Ctrl**+**K**, **Ctrl**+**W** keyboard shortcut.
20+
- The **Text Editor** toolbar, which is the row of buttons under the menu bar in Visual Studio.
21+
22+
::: moniker range="<=vs-2019"
2223

23-
![Screenshot of the Bookmarks window.](media/bookmarks-window.png)
24+
:::image type="content" source="media/vs-2019/tutorial-editor-toolbar-bookmarks.png" alt-text="Screenshot of Bookmark commands and icons in the Text Editor toolbar in Visual Studio 2022.":::
2425

25-
- The **Bookmarks** toolbar
26+
::: moniker-end
2627

27-
![Screenshot of the Bookmarks toolbar in the Bookmarks window.](media/bookmarks-toolbar.png)
28+
::: moniker range=">=vs-2022"
29+
30+
:::image type="content" source="media/vs-2022/tutorial-editor-toolbar-bookmarks.png" alt-text="Screenshot of Bookmark commands and icons in the Text Editor toolbar in Visual Studio 2022.":::
31+
32+
::: moniker-end
33+
34+
- The **Bookmarks** toolbar in the **Bookmarks** window; to open it, select **View** > **Bookmark Window** from the menu bar, or use the **Ctrl**+**K**, **Ctrl**+**W** keyboard shortcut. The **Bookmarks** window
35+
36+
:::image type="content" source="media/bookmarks-window.png" alt-text="Screenshot that shows the Bookmarks window and the Bookmarks toolbar.":::
2837

2938
The following table includes available toolbar commands and their [keyboard shortcuts](default-keyboard-shortcuts-in-visual-studio.md), listed from left to right.
3039

0 commit comments

Comments
 (0)