Hack 13. Edit the Most Recent File and Project Lists![]() to go back to the projects you've been working with a lot. You can tweak this list to your liking and make it even better.Visual Studio maintains a list of the most recently opened file and project files. Whenever you open a file or project, it is added to the top of the most recently opened list. Visual Studio then uses the most recent file and project lists for a number of different purposes. The first is to populate two menu items that list the entire recent file and project lists; this is shown in Figure 2-27. Figure 2-27. Recent Files list![]() Studio .NET 2003 start page, which is shown in Figure 2-28. Figure 2-28. Visual Studio .NET 2003 start page![]() 2.9.1. Modify Number of ItemsBy default, both of these lists display only four (or eight in Visual Studio 2005) of the most recent projects or files. By navigating to Tools items shown in these lists under the option called "Display n items in most recently used lists." This option can be seen in Figure 2-29. Figure 2-29. Number of items to display in most recently used lists![]() you click OK, you will immediately see the new files and projects in Visual Studio. 2.9.2. Editing Most Recent ListsThere is no place in Visual Studio to edit either of these lists, but thankfully Microsoft has released a power toy called VSTweak to do so.
Studio and is the subject of a number of different hacks in this book. The VSTweak power toy can be downloaded from http://workspaces.gotdotnet.com/vstweak.The .zip file that you download contains both an .exe and an .msi (Microsoft Installer): you can double-click on either of these to install VSTweak. After VSTweak is installed, you can edit these two lists by opening VSTweak and selecting the MRU (Most Recently Used) Lists Manager tab. This screen is shown in Figure 2-30. Figure 2-30. VSTweakMRU Lists Manager![]() in the list or add new files or projects using the Add button. Normally you should not need to edit these lists, but from time to time I like to clear them out. And when doing a fresh install, I like to add my frequently used projects back to the list. |