0

Someone asked the question "I have a Visual Studio solution with many projects; how can I organise them so I can easily find the projects I work most on?" ( Favorite projects in big solution in Visual Studio )

My question is similar: I have a (C++) project with many files across many filters and it's cumbersome to locate certain files that I use a lot. Is there a favourites or equivalent that I can reference these oft opened files so that finding them is a breeze?

Your help is much appreciated!

--Edit-- BTW I'm using VS2008 at work and VS2010 at home.

Community
  • 1
  • 1
Robino
  • 4,530
  • 3
  • 37
  • 40

1 Answers1

0

You didn't mention what version of VS you're using, but this add-in looks promising for 2005 and 2008.

Or there's this one for 2010!

Sir Crispalot
  • 4,792
  • 1
  • 39
  • 64
  • Sir, this indeed looks promising. Not sure how installing add-ins will be at work but great answer for home :) – Robino Oct 28 '11 at 16:06