Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Eclipse's tab double click on Visual Studio?

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.

like image 669
Rodrigo Avatar asked Feb 27 '09 13:02

Rodrigo


2 Answers

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.

like image 78
drby Avatar answered Nov 16 '22 01:11

drby


Not with double click on tab, but you can do the same with Shift+Alt+Enter key combination.

This keyboard shorcut was changed to F11 from 1.9.1 vscode version.

All keyboard Shortcuts: https://code.visualstudio.com/shortcuts/keyboard-shortcuts-windows.pdf

like image 30
equiman Avatar answered Nov 16 '22 01:11

equiman