KaliTheGreat
KaliTheGreat

Reputation: 669

Is there a way to see a list of all bookmarks in Visual Studio 2017?

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

Answers (1)

Arulkumar
Arulkumar

Reputation: 13237

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.

Upvotes: 47

Related Questions