26

I'm using Visual Studio 2017 and I wonder if there is a way to see all the bookmarks in the project in a list?

Some way similar to Debug > Windows > Breakpoints give us all the breakpoints.

1 Answer 1

44

Yes, the option is available under View -> Bookmark Window option.

Bookmark window

Or the keyboard shortcut of Ctrl + K, Ctrl + W to see the bookmark window.

Note: I can confirm the same setting is applicable for Visual Studio Professional 2017, Community 2017.

4
  • 1
    IN VS2019 Community it's under: View > Other Windows > Bookmark Window
    – Eternal21
    Commented Jul 24, 2020 at 14:27
  • A bit surprised that it's not in the sub menu of: Edit > Bookmarks.
    – themefield
    Commented Aug 18, 2021 at 15:39
  • 1
    in vs2022 it's the same as 2017
    – Kargath
    Commented Nov 21, 2021 at 13:42
  • Tip: To Jump through single Bookmarks you can use: 1) To Next : Ctrl+K+N 2) To Previous : Ctrl+K+P Or the icons on the top of the Bookmarks Window
    – federico
    Commented May 17, 2022 at 13:19

Not the answer you're looking for? Browse other questions tagged or ask your own question.