开发者

Keyboard shortcut for Show All Files

开发者 https://www.devze.com 2022-12-28 00:40 出处:网络
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开发者_开发

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.


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.


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

0

精彩评论

暂无评论...
验证码 换一张
取 消