Customize project context menu of visual studio

前端 未结 2 786
隐瞒了意图╮
隐瞒了意图╮ 2021-02-13 05:47

I\'m using Visual Studio 2010 with some add-ins and extensions. The problem is now that the context menu of the project items in the solution explorer is getting so large that I

2条回答
  •  栀梦
    栀梦 (楼主)
    2021-02-13 06:13

    You can always use the keyboard to do the work for you.

    • The default binding for Properties is Alt+Enter (or sometimes F4 depending on what add-ins you have installed). Select the project in Solution Explorer and hit Alt+Enter to show it's properties. (This works for almost any other object as well, btw).
    • The default binding for view SolutionExplorer is Ctrl+Alt+L, so you don't have to use your mouse to get there.
    • There is no default binding for opening a project in Windows Explorer, but you can set one yourself.

    The keyboard bindings are set under Tools->Options...->Environment->Keyboard, and the interesting settings in this case are probably View.SolutionExplorer, Project.OpenFolderinWindowsExplorer and View.PropertiesWindow or Project.Properties depending on which propertiy collection you were referring to.

提交回复
热议问题