In Visual Studio 2022, I understand that there’s a way to save and restore a previous window layout (I refer here to debugging-related windows like Output, Immediate, Error List, etc…)
What I’m wondering though is this: Assuming that I’ve saved only one window layout, is there a way to tell Visual Studio that, whenever it is loaded, it should always default to that layout; without my having to restore that layout myself every time I open Visual Studio? Perhaps an “On Load, default to last saved window layout” type of Option?
2
Visual Studio allows you to save custom window layouts so you can quickly revert to your favorite layouts later without the distractions of automatic window management.
Steps:
-
In the Visual Studio menu, click Window -> Save Window Layout to save your current layout.
-
When you feel that the layout has been changed or want to revert the layout, go to Window > Apply Window Layout and select the layout you saved.
-
Click Window -> Manage Window Layouts to rename, delete or change the order of your saved layouts list.
1