Skip to content

Commit 3e2b214

Browse files
committed
remove outdated note
1 parent ab8c862 commit 3e2b214

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Set code bookmarks
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
ms.custom: SEO-VS-2020
5-
ms.date: 02/23/2018
5+
ms.date: 09/02/2022
66
ms.topic: conceptual
77
f1_keywords:
88
- VS.BookmarkWindow
@@ -30,9 +30,6 @@ To add a bookmark, place the cursor on the line you want to bookmark. Choose the
3030

3131
To know at a glance what a specific bookmark is for, you can rename it in the **Bookmark Window** from the right-click or context menu. You can delete bookmarks by choosing the **Delete** button in the bookmark window.
3232

33-
> [!IMPORTANT]
34-
> The bookmark is set to the line number, not to the code. If you modify the code, the bookmark is retained at the line number, and does not move with the code.
35-
3633
You can navigate between bookmarks by using the **Next bookmark** and **Previous bookmark** buttons in the bookmark window.
3734

3835
You can organize bookmarks into virtual folders by choosing **New Folder** in the bookmark window and then dragging selected bookmarks into the new folder.

0 commit comments

Comments
 (0)