Is there a keyboard shortcut for exiting or closing nuGet Package Manager Console?
I exit other windows (for example Solution Ex开发者_运维知识库plorer) simply pushing Escape, but apparently there is no way to exit this one.
I use CTRL+TAB to leave the package manager console window.
Indeed, this doesn't work today, but we should fix it. I just filed a bug: http://nuget.codeplex.com/workitem/591
As a workaround, if you really want a pure keyboard shortcut, you could do Ctrl-S, W, Escape. Basically, make it go to the solution explorer, and then escape from there. I know, many keystrokes, just a workaround :)
For completeness' sake
- Shift + Esc to close PMC
- Ctrl + Tab to move to the editor (without closing PMC)
精彩评论