Keyboard shortcut for Show All Files

微笑、不失礼 提交于 2020-01-02 08:22:25

问题


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.


回答1:


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.




回答2:


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



来源:https://stackoverflow.com/questions/2674412/keyboard-shortcut-for-show-all-files

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!