Eclipse's tab double click on Visual Studio?

eclipse, visual-studio

Solution

Are you after this?

Set shortcuts for the `Window.AutoHideAll` function and for the `Window.ResetWindowLayout` function. In order for the ResetWindowLayout to work, you have to export your settings (make sure you select "All Settings") with all windows expanded and then import them again.

ResetWindowLayout will restore all windows to the way they were the last time you imported your settings.

Problem

On Eclipse, whenever I double click a tab, it fills the workspace (by hiding all other views like project tree, console, etc). Is there any way to do this on Visual Studio? Note: i'm not looking for full screen, just want a way to declutter the workspace but still have access to menus.

Original source

Related problems