How to maximize Visual Studio panels?

前端 未结 9 1603
遇见更好的自我
遇见更好的自我 2021-01-31 02:30

Is there a way to quickly maximize (and then restore) Visual Studio 2010 panels? For instance, I\'d like to temporarily maximize the Output window or unit test results window. I

9条回答
  •  陌清茗
    陌清茗 (楼主)
    2021-01-31 03:15

    Right click title bar, then choose 'float', it will only get that window, not the whole panel. Then double-click to maximize.

    Also, the commands are

    Window.Float
    Window.Dock
    

    and you can assign them keyboard shortcuts under tools\options. So for example I mapped them to Ctrl-Shift-F7 and Ctrl-Shift-F8, and then after once maximizing the Output window, henceforth if I have the output window docked, I just focus it and then a key makes it big and other puts it back, hurray.

提交回复
热议问题