How do I show the References folder in Solution Explorer without selecting 'Show All Files' in a VB.NET project?

前端 未结 4 1550
天命终不由人
天命终不由人 2021-02-05 02:12

As I compare many C# example projects to my VB.NET projects, I see that the References folder shows in the Solution Explorer without having to select \"Show All Files\". Is it

4条回答
  •  一整个雨季
    2021-02-05 02:29

    As of Visual Studio 2015, this behavior has been changed to show the References folder without selecting Show All Files.

    From MSDN:

    What’s new is the References node. This used to be hidden and you had to click Show All Files to see it—but that also showed lots of irrelevant files.

    This previous behavior might have made sense 10 years ago when you’d start with a Windows Forms project and it would generally have the right set of references. But it’s a reality of modern development nowadays that the References node is used frequently—especially to manage NuGet references. It’s a small but handy convenience to be able to find it easily in Solution Explorer.

提交回复
热议问题