SteveC
SteveC

Reputation: 16815

Keyboard shortcut for Show All Files

Has anyone found a keyboard shortcut for the "Show All Files" in the Solution Explorer ?

And a related question ... is there any tool that can show the keyboard shortcut for any operation you're doing in VS ?

Cheers,

SteveC.

Upvotes: 3

Views: 2562

Answers (2)

Shaun Luttin
Shaun Luttin

Reputation: 141752

In Visual Studio 2013, use alt + p + o.

Upvotes: 6

Timores
Timores

Reputation: 14599

There is none by default. But:

Go to Tools / Options / Environment / Keyboard.

In 'Show commands containing", type:

showall

Scrolling in the list of commands reveals: Project.ShowAllFiles. Select it and type the shortcut you want in the "Press shortcut keys" edit box. I used Ctrl + Shift + A.

If what you type as shortcut already has an associated command, you will see it in the bottom of this dialog.

Upvotes: 8

Related Questions