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

前端 未结 4 1602
天命终不由人
天命终不由人 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:36

    I guess I will have to definitively crush your dream. Sorry. It has been a decision by Microsoft to remove this from the default view to reduce the 'clutter'. However, your 'Show All Files' setting will persist when you save your project. So if you show all files once and then save, then it will always be on.

    You can also see your References in the Project designer, which you can always keep open in a tab.

提交回复
热议问题