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?