Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Disable Visual Studio bookmark

Bookmark has been one of my most use feature in VS. I used it as a fast navigation which eliminates the need to scroll everywhere. The naming features of the bookmarks are also very useful as I can put meaningful names instead of just the default numbering.

However I found that even when the bookmarks are disabled (as shown in the screenshot above), I will still ended up navigating to those bookmark when I am using the next bookmark shortcut keys Ctrl+B,N. I don't delete those bookmarks cause I might use them again later or just as a reference. Is there anyway to disable the bookmark in the way I stated above?

Edit: I am using VS2010 SP1

like image 689
wiz_lee Avatar asked Oct 21 '13 07:10

wiz_lee


1 Answers

Ctrl+K,K toggles bookmarks in vs2010

like image 53
fergal303 Avatar answered Oct 30 '22 18:10

fergal303