JetBrains Rider 2019.3 Help

Bookmarks

Navigate | Bookmarks | Show Bookmarks
Ctrl+`

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 ofter 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 editor gutter: bookmarkNumber

    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.

    You can also use letters as mnemonics, for example bookmarkMnemonic if you add a bookmark with Ctrl+F11.

  • 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 editor gutter: bookmarkCheck

    You can toggle bookmarks of this kind with Ctrl+K, K and navigate them from the bookmarks popup Ctrl+`.

Add a bookmark with mnemonic

  1. Place the caret at the code line you want to mark.

  2. Do one of the following:

    • Press Ctrl+Shift+<digit>.

    • Toggle the bookmark using a popup:

      Press Ctrl+F11 or choose Navigate | Bookmarks | Toggle bookmark with mnemonic from the main menu. The Bookmark mnemonic popup will appear where you see which digits and letters are free (grey) and which are occupied (yellow):

      Bookmark with mnemonic popup

      Press a digit or a letter key to toggle the bookmark.

  3. If this digit or letter that you chose is occupied by another bookmark, this existing bookmark will be removed and replaced by the new one.

Add an anonymous bookmark

  1. Place the caret at the code line you want to mark.

  2. Press Ctrl+K, K or choose Navigate | Bookmarks | Toggle Bookmark from the main menu.

Navigate bookmarks

  • To navigate bookmarks in the current document, choose Navigate | Bookmarks | Next/Previous Bookmark from the main menu or click bookmark markers on the error stripe.

  • To navigate to a numbered bookmark, press Ctrl+<digit>

  • To navigate to any of the existing bookmarks, use the Bookmarks popup.

    Press Ctrl+` or choose Navigate | Bookmarks | Show Bookmarks from the main menu.

    JetBrains Rider: Bookmarks popup

    Click a bookmark to study the code preview or select this bookmark and press Enter to open the marked code in the editor.

  • All existing bookmarks are also available in the Favorites Tool Window.

    JetBrains Rider: Bookmarks in Favorites window

    Expand the Bookmarks node, select the desired bookmark, and then press F4 or double-click the bookmark.

Remove bookmarks

  • Press Ctrl+K, K or choose Navigate | Bookmarks | Toggle Bookmark from the main menu.

  • To remove a bookmark with mnemonic, press the corresponding Ctrl+Shift+<digit> shortcut or Ctrl+F11, or choose Navigate | Bookmarks | Toggle Bookmark With Mnemonic. when the caret is at the line marked with this bookmark.

  • Press Ctrl+` or choose Navigate | Bookmarks | Show Bookmarks from the main menu. In the bookmarks popup, choose a bookmark that you want to remove and press Delete.

Last modified: 16 April 2020