Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

Tags:

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.

like image 648
KaliTheGreat Avatar asked Mar 21 '19 08:03

KaliTheGreat


People also ask

How do I see all bookmarks in Visual Studio?

Open the bookmark window in Visual Studio The default keyboard shortcut for this is Ctrl+ K, Ctrl+W and can be used to quickly launch the Bookmark window.

How do I delete a bookmark in Visual Studio 2010?

Tools->Customize, select Commands Tab, choose "Edit" in Menu bar, Click Add Command, Category "Edit", click Bookmark Clear, OK.


1 Answers

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.

like image 143
Arulkumar Avatar answered Oct 07 '22 18:10

Arulkumar