CLion 2021.3 Help

Bookmarks

As you work on an application, there's normally a number of files or folders that you need more often than the rest of the project. If you work with large projects, searching for these files and folders can be time-consuming. For such cases, CLion features bookmarks that can make navigation faster. You can bookmark the necessary lines of code to be able to find them easier. You can also bookmark the project files and folders that you need more often than other project items.

Bookmarks example

All your bookmarks are grouped in lists in the Bookmarks tool window that you can open by selecting View | Tool Windows | Bookmarks from the main menu or by pressing Alt+2. The tool window also shows all breakpoints that are automatically added to the dedicated list once you place them in your code.

Bookmakers tool window

CLion has two types of bookmarks:

  • Anonymous bookmarks don't have an identifier and allow you to place as many bookmarks as you want. Files and lines marked with anonymous bookmarks have an orange bookmark icon.

  • Mnemonic bookmarks allow you to create bookmarks with numbers (0 to 9) or letters (A to Z). Files and lines marked with mnemonic bookmarks have the corresponding letter or number icon in an orange frame.

Add bookmarks

CLion adds your bookmarks to the predefined list in the Bookmarks tool window that is created automatically and has the same name as the project. You can create more lists and set another list as default.

Add an anonymous line bookmark

  • In the editor, place the caret at a line of code and press F11.

  • Alternatively, right-click the gutter next to the line of code that you want to bookmark and select Add Bookmark.

An orange bookmark icon appears in the gutter next to the bookmarked line.

Anonymous bookmark placed in the editor

Add a mnemonic line bookmark

  1. In the editor, place the caret at a line of code and press Ctrl+F11.

    Alternatively, right-click the gutter next to the line of code that you want to bookmark and select Add Mnemonic Bookmark.

  2. In the popup that opens, select a number or a letter that you want to use as an identifier for this bookmark.

    Adding a mnemonic bookmark: select an identifier

    If the selected mnemonic is already used, the IDE will ask you whether you want to overwrite an existing bookmark with the new one. Select the Don't ask again option to silently overwrite mnemonics.

A letter or a number bookmark icon appears in the gutter next to the bookmarked line.

Bookmark files and folders

  1. In the Project tool window (Alt+1), right-click an item that you want to bookmark and select Bookmarks | Add Bookmark (F11) or Add Mnemonic Bookmark (Ctrl+F11).

  2. For mnemonic bookmarks, select a number or a letter that you want to use as an identifier for this bookmark.

The corresponding icon appears in the Project tool window next to the bookmarked item.

Bookmark for a folder

Add a mnemonic to an anonymous bookmark

  1. Place the caret at a bookmarked line of code or select a bookmarked item in the Project tool window (Alt+1) and press Ctrl+F11.

  2. Right-click an anonymous bookmark and select Assign Mnemonic.

  3. In the popup that opens, select a number or a letter that you want to use as an identifier for this bookmark.

Rename and delete bookmarks

Rename bookmarks

  • Click the bookmark icon in the gutter and provide a new description:

    Renaming a bookmark in the editor
  • Alternatively, you can rename bookmarks in the Bookmarks tool window (View | Tool Windows | Bookmarks or Alt+2).

    Select a bookmark and click Rename Bookmark on the toolbar, then provide a new description.

Delete bookmarks

  • To delete a bookmark from the Bookmarks tool window or from the gutter, right-click it and select Delete Bookmark.

  • To delete a bookmark from the Project tool window, right-click a bookmarked item and select Bookmarks | Delete Bookmark.

Lists of bookmarks

There's one predefined empty bookmarks list that has the same name as the project. By default, CLion adds your bookmarks there. If necessary, you can use another list as the default. You can also create multiple lists and move items between them.

Create a bookmarks list

  1. From the main menu, select View | Tool Windows | Bookmarks or press Alt+2 to open the Bookmarks tool window.

  2. In the tool window, click Create Bookmarks List and name the new list in the dialog that opens.

  3. Enable the Use as default list option if you want your bookmarks to go to this list automatically and click Create.

Move a bookmark to another list

  • From the main menu, select View | Tool Windows | Bookmarks or press Alt+2 to open the Bookmarks tool window and drag a bookmark to another list.

  • In the Project tool window (Alt+1), right-click a bookmarked item and select Bookmarks | Add Bookmark to Another List.

Sort bookmarks

  • To move a bookmark up or down the list, right-click it in the Bookmarks tool window and select Move Up or Move Down.

  • To display line bookmarks in the tool window grouped by file, click Show Options Menu in the Bookmarks tool window and select the Group Line Bookmarks by File option.

Change the default list

CLion adds all your bookmarks to the list that is configured as the default one. If necessary, you can use another default list for your bookmarks.

  1. From the main menu, select View | Tool Windows | Bookmarks or press Alt+2 to open the Bookmarks tool window.

  2. Right-click the list that you want to use as your default bookmarks list and select Mark List as Default.

    The list is now located above others in the tool window and has the Default tag.

Delete a list of bookmarks

After you delete a list, all bookmarks from it are removed from code and project items.

  1. From the main menu, select View | Tool Windows | Bookmarks or press Alt+2 to open the Bookmarks tool window.

  2. Right-click the list that you want to delete and select Delete Bookmarks List.

Last modified: 14 December 2021