Visual Studio 2012 “Show All Files” button missing

2019-01-09 11:44发布

问题:

In my solution I have three projects: Console application, class library, and a website project. The Show All Files button is visible on the console and class library project, but soon as I click on the website project the button disappears.

I am running Visual Studio 2012.

回答1:

I just got the same problem "Solution Explorer toolbar missing" eg. "Show all files". Here's what I did:

  1. Right click your "Solution".
  2. Select "New Solution Explorer View". This will pop-up a new "Solution Explorer" window with toolbars in it.
  3. Close you original "Solution Explorer" window.


回答2:

Click on folder which must contain target file and Solution explorer properties will be changed. There you can find Refresh button and Show all files button.

Check this post: Improved Solution Explorer in Visual Studio 2012 to Improve Productivity



回答3:

"Show All Files" is not shown in a Web Site Project because it's not needed and all files are already shown in the Solution Explorer. I think that this behavior is the same for older versions of VS



回答4:

If you are in a WebSite project all files are shown by default. If there are some missing (added during debugging etc), just hit the refresh button on the top of the solution explorer and they should appear.



回答5:

In Solution Explorer, click on a project, and then the 'Show All Files' button will appear.



回答6:

None of the above answers worked for me. If this is the case for you try right-clicking on any file in your project, then choosing "Show all files". The "Show all files" icon should now appear on this and all subsequent Solution Explorer windows.

YMMV, be kind. :-)



回答7:

The "Show All Files" auto hides.

Click on the folder that has the hidden file, the button should show up.

By clicking on the project (the folder under the solution) the solution explore checks if all sub folders has hidden file, this will prompt the button to be revealed.



回答8:

If you want to get Show all file menu just hide the solution explorer and open it fom view=>Other Windows=>Solution Explorer and clik it it will show all files menu



回答9:

if you click on solution name in "solution explorer" maybe you will can't see "Show all files" button. because maybe added F# or website project in solution. if you want see "Show all files" button, you must click on project name which is C# or native C++ or C++.net.



回答10:

try to open any file use ctrl+alt+a . once a file will open "show all" button will appear automatically.