How do I expand all files and folders in Visual Studio Solution Explorer

Viewed 941

There's a button to collapse all, and I use it often. Sometimes, rarely, I want to expand everything, but there's no button for that.

1 Answers

Click on the solution in the Solution Explorer and type *

This also works for projects or even just folders inside a project.

Related