Clear all bookmarks from Intellij

Viewed 119

Currently, I can add bookmarks on Itellij by the shortcut key ctrl+f11. For removing that bookmark, I need to go to that line and press the same shortcut key. Now I want to delete all bookmarks at once without removing them one by one.

How do I remove all bookmarks from Intellij? Is there any shortcut?

1 Answers

I got the answer here:

Shift+F11 (Show bookmarks), select all bookmarks with Shift, hit Delete.

Related