Programming Visual Studio

Using bookmarks in Visual Studio

For some reason when i'm looking at large code files in Visual Studio I developed a habit of placing breakpoints on certain lines not for debugging reasons, but just so that I can find the relevant code again when browsing up and down the page.

I am trying to break out of this bad habit and use bookmarks more..

Here are the keyboard shortcuts I am trying to drill into my head.

Toggle Bookmark : Ctrl+K+K
Go to next Bookmark : Ctrl+K+N
Go to previus Bookmark : Ctrl+K+P
Show bookmark window : Ctrl+K+W

-- Lee