Skip to content

Commit 4681d62

Browse files
Merge pull request #10387 from MicrosoftDocs/main638615271310153495sync_temp
For protected branch, push strategy should use PR and merge to target branch method to work around git push error
2 parents 02a59be + 12d0cc7 commit 4681d62

19 files changed

+16
-7
lines changed
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
929 Bytes
Loading
4.42 KB
Loading
2.57 KB
Loading
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

subscriptions/about-benefits.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Understand benefits in Visual Studio subscriptions
33
author: evanwindom
44
ms.author: amast
55
manager: shve
6-
ms.date: 05/23/2023
6+
ms.date: 09/09/2024
77
ms.topic: how-to
88
description: Explore benefits included in Visual Studio subscriptions, including benefits provided by partners, and how to activate the benefits.
99
---

0 commit comments

Comments
 (0)