Reputation: 4929
When in Visual Studio 2010 is it possible to have presets on window layouts? I would like to have VS auto show/hide windows depending on what type of document I'm viewing at the time. For example...
FORM
I want to see the following windows in the IDECLASS
I want to see the following windows in the IDEIt would also be acceptable to simply have a quick way to change layouts manually instead of it happening automatically based on the type of document I'm viewing at the time.
Upvotes: 1
Views: 37
Reputation: 4929
Just found the answer after some helpful feedback from CodingGorilla!
Install the Layouts O Rama
Visual Studio extension.
Tools
-> Extension Manager
Online Gallery
Search Online Gallery
text box.Layouts O Rama
The new options will be located under the Tools
menu.
Once you set all your layouts up with Save Windows Layout
for each layout, you can then assign some keyboard shortcuts to each layout for quick access!
Tools
-> Layouts O Rama Window
1
to my layout Code Layout
and 2
to my layout Design Layout
Layouts O Rama Window
windowTools
-> Options
Enviroment
-> Keyboard
on the left sideShow commands containing:
text box to the right type windowslayout
Tools.LoadWindowsLayout
(0-9) do the following steps 9-12Tools.LoadWindowsLayout0
(0
should be the number layout you are working with ex: 0, 1, 2, 3, 4, 5, 6, 7, 8 or 9)Press shortcut keys:
text boxCtrl+W
then press 0
(0
should be the number layout you are working with ex: 0, 1, 2, 3, 4, 5, 6, 7, 8 or 9)Assign
buttonUpvotes: 2