How to set Package Manager Console to appear automatically

1.3k Views Asked by At

When I used to use vs2015, the package manager console would always appear at the bottom when opening a solution.

I'm currently on vs2017, and wheneever I open a solution I need to open the console manually.

How can I set this to appear by default when opening vs?

1

There are 1 best solutions below

4
Leo Liu On

How can I set this to appear by default when opening vs?

This is related to your Visual Studio settings. If you close the package manager console window before you close the Visual Studio, that window would not appear by default when you open the Visual Studio again.

This is by design. So if you want to set the package manager console to appear by default when opening vs, you should make sure not close this window the last time you close Visual Studio.

If above not help you, please try to reset the Visual Studio window layout, go to Tools > Import and Export Settings > Reset all settings

Be sure you back up your settings before you do this. Then open the Visual Studio and open the window package manager console:

enter image description here

Hope this helps.