views:

21

answers:

1

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.

+5  A: 

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.

Timores
Thanks, that works a treat
SteveC