Skip to content
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

Allow to minimize Side Panel #142579

Closed
ngdangtu-vn opened this issue Feb 9, 2022 · 6 comments
Closed

Allow to minimize Side Panel #142579

ngdangtu-vn opened this issue Feb 9, 2022 · 6 comments
Assignees
Labels
*out-of-scope Posted issue is not in scope of VS Code

Comments

@ngdangtu-vn
Copy link

ngdangtu-vn commented Feb 9, 2022

I totally love the Side Panel idea. And it would be great if I can minimize/collapse it to small icon like InkScape (or Photoshop)

image

InkScape example:
image

Photoshop example (image source: internet from google)
f0002-01

@mjbvz mjbvz assigned sbatten and unassigned mjbvz Feb 9, 2022
@IllusionMH
Copy link
Contributor

Related to #141569
@sbatten does #141569 imply that new button will be added as well?

@ngdangtu-vn
Copy link
Author

Related to #141569 @sbatten does #141569 imply that new button will be added as well?

I think he has the same idea with me but mistook it with bug. It just similar term.

@nguyendviet
Copy link

nguyendviet commented Feb 10, 2022

I think once they fix the issue with the side panel. This can be done. Basically, it should work before the update: people can move the terminal and other views to the right if they want to (I'm one of them) and the views can be toggled with shortcuts (that's what I was doing before the update).

@ngdangtu-vn
Copy link
Author

My bad, I never plan to move the panel so I didn't know about this. but toggle with shortcuts can be done for panel with Ctrl + J right?

@nguyendviet
Copy link

Yes. That's the default shortcut in VSCode. This is helpful: https://code.visualstudio.com/docs/getstarted/keybindings
You can also open the keybindings add search for what you need.

@heartacker
Copy link
Contributor

as mentioned before: #26777 (comment)

by the way, the visual studio float panel is very useful and powerful, we could use for reference

there is the float panel(FP) of vs2019, and some of those features are yummy

  • when the FP is hide, there are titles standing by side.
  • when click the of title of FP, the FP show, we can do something like navigation, but after lost the focus, the FP automatically hide in order to maximize the editor view
  • we could also PIN those FP for persist view.

float_pannel

maybe the float panel is what I want 🐶

I still believe that it would be perfect if we could have the float panel rather than side panel

@sbatten sbatten added the *out-of-scope Posted issue is not in scope of VS Code label Dec 10, 2022
@sbatten sbatten closed this as completed Dec 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
*out-of-scope Posted issue is not in scope of VS Code
Projects
None yet
Development

No branches or pull requests

7 participants
@IllusionMH @heartacker @sbatten @mjbvz @nguyendviet @ngdangtu-vn and others