I think that in a big project with many files, it is tedious to open the file by browsing directories (e.g. Windows Explorer) and open the file in Visual Studio [i know power command has a tool for search]
Is there a plug-in that supports file bookmarking in Visual Studio? I’d like to bookmark the file I’m currently working on — then if I need to access that file again, I can get to it quickly.
Visual Studio 2010 has something that does almost everything you need
You can create virtual folders to organize your bookmarks. Click on anywhere in a code file, then click on “Toggle a bookmark on the current line”, or
CTRL-B,Tif you have default mappings.You can then just mark the top of the file for each file. The bookmark manager will let you open all your files easily.
Update
A gentleman is working on updating his “Favorites Add-in” for Visual Studio 2010 -> Favorites Menu