Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Keyboard Shortcut for the Visual Studio Package Manager Console?

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

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

like image 664
Shaun Luttin Avatar asked Aug 25 '13 00:08

Shaun Luttin


People also ask

How do I open the package manager console in Visual Studio?

Open the project/solution in Visual Studio, and open the console using the Tools > NuGet Package Manager > Package Manager Console command.

How do I open package management console?

The Package Manager Console is a PowerShell console within Visual Studio used to interact with NuGet and automate Visual Studio. You can access the Package Manager Console from within Visual Studio by going to Tools -> Library Package Manager -> Package Manager Console.

What is Ctrl K in Visual Studio?

Edit.SelectionCancel. Surround with. Ctrl+K, Ctrl+S. (available only in Visual Studio 2019 and earlier)

What is Ctrl Shift F in Visual Studio?

Ctrl-Shift-F is used to find all the ocuurance of a string with in entire solution and display find result window as shown below. Ctrl-F is used to find a string in the current document, project and all open documents one by one.


1 Answers

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

like image 81
matrix Avatar answered Oct 13 '22 21:10

matrix