What is the best way to bookmark positions in code in Visual Studio 2008/2010?

Posted by Edward Tanguay on Stack Overflow See other posts from Stack Overflow or by Edward Tanguay
Published on 2010-05-06T11:30:20Z Indexed on 2010/05/06 11:48 UTC
Read the original article Hit count: 449

I find myself going to about five or six main places in my code 80% of the time and would like a way to go to them fast even if all files are closed.

I would like to be able to open up a solution in visual studio and with no file open, see a list of self-labeled bookmarks like this:

  • LoadNext
  • Settings page refresh
  • app.config connections
  • app settings
  • stringhelpers top
  • stringhelpers bottom

I click one of these and it opens that file and jumps to that position.

How can I best make bookmarks like this in Visual Studio 2008/2010?

© Stack Overflow or respective owner

Related posts about visual

Related posts about visual-studio-2008