dotPeek
 
Get dotPeek

Bookmarks

Last modified: 08 October 2024

If you want to return to some place in your code later, you can mark any code line in your solution or in library code with a bookmark.

There are two kinds of bookmarks that you can use:

  • Bookmarks with mnemonics — are most useful for marking code lines that you often refer to, like top 10 places in your current solution. You can have up to 10 numbered bookmarks simultaneously. They are indicated by the following icons on the left code viewer gutter: ThemedIcon.Bookmark3.Screen.(Gray).png

    Use dedicated shortcuts for this kind of bookmarks: Ctrl+Shift+[digit] toggles the bookmark with this digit; Ctrl+[digit] navigates to the bookmark with this digit.

  • Anonymous bookmarks— are allowed in unlimited numbers so you can mark any line, which you think is worth returning to at some time in the future. They are indicated by the following icon on the left code viewer gutter: ThemedIcon.AnonymousBookmark.Screen.(Gray).png

    You can toggle bookmarks of this kind and navigate them from the bookmarks popup.

This feature is inspired by and borrowed from JetBrains ReSharper, a developer productivity tool for Microsoft Visual Studio.