Visual Studio 2013 “Show All Files” button is missing

前端 未结 2 1314
我在风中等你
我在风中等你 2021-01-03 20:28

By default Visual Studio organizes my project like this:

\"Solution

相关标签:
2条回答
  • 2021-01-03 20:33

    It turns out the issue was that the "Show All Files" button does not appear if you are selecting the Solution itself. If you select an underlying Project, or any of the folders/files in the project, the button will display:

    Show All Files button

    And here is the Solution Explorer view after clicking the button:

    Show All Files view in the Solution Explorer

    Note: see also this post for a solution for Visual Studio 2012, which didn't solve my problem but is closely related.

    0 讨论(0)
  • 2021-01-03 20:36

    It didn't work for me, but if it's all about including an existing file to the project, you can copy the file or folder from the Explorer and right click the parent folder (the same folder it exists in) in Visual Studio Solution Explorer and click paste.

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