Reputation: 669
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.
Upvotes: 27
Views: 6715
Reputation: 13237
Yes, the option is available under View -> Bookmark Window option.
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.
Upvotes: 47