16.4. Bookmarks and the Bookmark Window
Bookmarks in Visual Studio 2008 enable you to mark places in your code modules so you can easily return to them later. They are represented by indicators in the left margin of the code, as shown in Figure 16-15.
Figure 16.15. Figure 16-15
To toggle between bookmarked and not bookmarked on a line, use the shortcut Ctrl+K, Ctrl+K. Alternatively, you can use the Edit
Bookmarks
Toggle Bookmark menu command to do the same thing.
Remember that toggle means just that. If you use this command on a line already bookmarked, it will remove the bookmark.
Figure 16-15 shows a section of the code editor window with two bookmarks set. The top bookmark is in its normal state, represented by a shaded blue rectangle. The lower bookmark has been disabled and is represented by a solid white rectangle. Disabling a bookmark enables you to keep it for later use while excluding it from the normal bookmark-navigation functions.
To disable a bookmark, use the Edit
Bookmarks Enable Bookmark toggle menu command. Use the same command to re-enable the bookmark. This seems ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access