Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Change number of Recent Projects displayed on VS2010 Start Page

Ok, I had VS2010 Start Page set up to display 20+ projects in the Recent Projects section, but while I was messing around with theming and importing/exporting settings I seem to have reset it back to its default of 10, and I can't locate where that setting is. Does anyone know where the setting for number of recent projects on the start page, not the File menu, is located? I've changed the values in tools\options, environment to be 24 (the maximum) for both items in the recent files section of that page of settings, but alas this does not affect the start page.

TIA

like image 337
BlackICE Avatar asked Oct 26 '10 18:10

BlackICE


People also ask

How do I remove recent projects from the start page in Visual Studio 2008?

An easier solution and safer then using the registry to remove individual projects is to rename the . sln file. In VS 2008, click on the project. You will be prompted that it can no longer be found and do you want to remove it from the list.

How to open Visual Studio Start Page?

In case of Visual Studio 2019, go to File->Start Window.

How do I open the latest project in Visual Studio?

On the start window, select Open a project or solution. Visual Studio opens an instance of File Explorer, where you can browse to your solution or project, and then select it to open it. If you've opened the project or solution recently, select it from the Open recent section to quickly open it again.


2 Answers

The setting you're looking for is in Tools -> Options -> Environment -> General (Items shown in recently used lists). Note that when you change the setting to a lower number that you had before, VS will delete the excess items from your list (not just hide them) so when you revert your setting the items won't show up until you explicitly open them again.

Quick test on my local machine confirms that this setting works with VS 2010.

like image 116
Marek Karbarz Avatar answered Sep 22 '22 02:09

Marek Karbarz


It's Tools->Options->Environment et cetera. Why do you only write part of the menu tree you have to use. I dont know by head that Environment is reached by Tools Options. :-|

like image 38
Marc W Avatar answered Sep 25 '22 02:09

Marc W