Keyboard Shortcut for the Visual Studio Package Manager Console?

Visual StudioVisual Studio-2012

Visual Studio Problem Overview


What is the Visual Studio keyboard shortcut to open the Package Manager Console?

If one doesn't exist, then how can we create it?

Visual Studio Solutions


Solution 1 - Visual Studio

To open the Package Manager Console, hit the following four keys in succession without holding the alt key. This is not exactly a shortcut but works for me.

Alt T N O

Solution 2 - Visual Studio

You can set one by going to the "TOOLS" menu and choosing "OPTIONS" then then choosing the "Environment -> Keyboard" section.

Then choose the "View.PackageManagerConsole" option from the list box. You type in the search box above the list box to filter it. Then you can set your shortcut key.

Solution 3 - Visual Studio

Use shortcut Alt V E O

As path for ViewOther windowsPackage Manager Console

Solution 4 - Visual Studio

Ctrl+E,P works for me in VS 16.7.5.

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionShaun LuttinView Question on Stackoverflow
Solution 1 - Visual StudiomatrixView Answer on Stackoverflow
Solution 2 - Visual Studioshf301View Answer on Stackoverflow
Solution 3 - Visual StudioElasticCodeView Answer on Stackoverflow
Solution 4 - Visual StudioShimmy WeitzhandlerView Answer on Stackoverflow