How to hide bin and obj folder from being displayed in solution explorer

前端 未结 1 1875
既然无缘
既然无缘 2021-01-17 07:50

I am using Visual Studio 2008.

I have a windows forms application in VB. My project is working fine, but I would like to hide the bin and obj from being displayed in

1条回答
  •  借酒劲吻你
    2021-01-17 08:16

    One of the buttons at the top of Solution Explorer is to Hide/Show All Files. When on/pressed/Show, the bin and obj folders show as dotted lines (may depend on themes and settings) to show they are VS folders:

    Note that when you have it as Hide some other things are hidden. My Project for instance can no longer be opened/expanded:

    The My Project files are all VS/Designer files which can be changed elsewhere (Settings tab for instance), but sometimes it is nice to just open one to check something.

    Unlike C# projects, VB also hides References so you cant right click it for the short Reference context menu. Add Reference is still on the longer Project context menu and of course in Project Properties.

    0 讨论(0)
提交回复
热议问题