-
Notifications
You must be signed in to change notification settings - Fork 29.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add maximize panel command #7314
Comments
Related #2806 |
Right now we are not keen on adding controls to maximise, minimise and restore the horizontal panel (which contains the terminal) as we are wary of overloading the product with too many window management controls. We think that this would end up making VS Code feeling more bloated and less lightweight. We do allow you to drag the horizontal splitter to approximately 90% of the height of the main window so that you can provide more space for the panel. Is this sufficient? |
@stevencl just noticed that this was closed after looking at #10546. I was going to say that the only other case when I need another terminal is if I want to look at a git diff, in which case I typically launch an external terminal (ctrl+shift+c) and full screen it temporarily. I was hoping this would enable me to stay in vscode by allowing me to toggle a panel fullscreen/maximize state temporarily. I would be happy with a command that had no keybinding by default, this wouldn't cause bloat. Using the horizontal splitter is not an option for me, taking my hands off the keyboard and resizing it is a huge pain, especially since the hit box for the splitter seems to be 3 pixels high. |
I like the idea of a command with no default keybinding 👍 |
Is this a feature available in release currently? Edit: I see. I misunderstood. I thought this issue was about a 100% panel as opposed to ~90%. |
Steps to Reproduce:
today update version 1.2.0, terminal function is very great! but could add it max zoom panel function? switch this panel and code’s panel because
git diff
function code is very many, needs more zone to preview diff's code. my english is not well, hope your know what I mean, thanks~and sometime terminal is not work... show the terminal panel is block.
The text was updated successfully, but these errors were encountered: