Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to Reset Window Layout in Visual Studio for Mac

Is it possible to reset window layout in Visual Studio for Mac? I am able to do this for Visual Studios on Windows, but not on Mac version.

like image 382
kimbaudi Avatar asked May 18 '17 20:05

kimbaudi


2 Answers

After piecing together various posts I found only a non-UI way to reset the layout. Starting with this doc: http://www.monodevelop.com/developers/articles/user-profiles/ but instead of using the path "MonoDevelop" use "VisualStudio". So in the case of a Mac the folder to visit is at "~/Library/Preferences/VisualStudio".

Once there I found the "7.0" subfolder had a file named "EditingLayout.xml"... With VS for Mac not running, I deleted that file and started it again. This restored all pads to their default state from what I can tell. In my case the "Application Output" window was still not available as a Pad until I actually did a Debug on a project, and then it was visible again in the View | Pads list (and no longer lost in the UI somewhere).

like image 173
DennisWelu Avatar answered Oct 11 '22 01:10

DennisWelu


You can press the view tab to change the different layouts or create one of your own.

View Tab

Additional informations can be found here:

https://learn.microsoft.com/en-us/visualstudio/mac/customizing-the-ide?view=vsmac-2019

like image 2
Ambro Avatar answered Oct 11 '22 01:10

Ambro