ReSharper provides useful and convenient way of marking code lines and navigating between them.
- Place the caret at the code line you want to bookmark.
-
On the main menu, choose
ReSharper | Navigate | Bookmarks | Bookmarks or press
Ctrl + ` to display the list of bookmarks.

-
Do one of the following:
- To create a numbered bookmark, select a numbered marker and press Insert.
- To create an unnumbered bookmark, select New anonymous bookmark and press Insert.
- A bookmark token appears in the left gutter of the code editor next to the selected line.
Note
If you want to create a numbered bookmark right from the code editor, press Ctrl+Shift+<digit>. If the numbered bookmark is already set, it will be replaced.
- On the main menu, choose ReSharper | Navigate | Bookmarks | Bookmarks or press Ctrl+` to display the list of bookmarks.
- Choose a numbered or an unnumbered bookmark, press Enter or click the selected bookmark.
- The caret positions at the line where the bookmark is.
Note
If you want to navigate to a numbered bookmark right from the code editor, press Ctrl+<digit>.
- To remove all bookmarks in the solution or in the current file, choose ReSharper | Navigate | Bookmarks | Clear All Bookmarks on the main menu or ReSharper | Navigate | Bookmarks | Clear All Bookmarks in Document.
- To remove exactly one bookmark, choose ReSharper | Navigate | Bookmarks | Bookmarks on the main menu or press Ctrl+`. In the list of bookmarks that opens, choose a bookmark and press Delete to remove the chosen one.
- To remove a current bookmark, click on it in the left gutter of the code editor.
