How do I sort the project name in Visual Studio 2008?

I have one solution with 3 folders (Forms, Notices, Reports). In the "Notification" folder, I have about 100 projects. The problem is that they are ordered by creation date; while I would prefer they were ordered by name.

I saw this change, sorting alphabetically if I add a new project to the folder. But, as soon as I close VS 2008, it goes back to the creation date on reopening.

+2


source to share


1 answer


This is a known bug.

https://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=468874&wa=wsignin1.0



The only workaround I know is where you click on the project name, how are you going to rename it, but then just push it to another project node. This rebuilds the list alphabetically, but it is not saved, you will have to do it again when you open VS again.

+3


source







All Articles