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

Support popup mode for sidebar panes #178375

Closed
fuweichin opened this issue Mar 26, 2023 · 2 comments
Closed

Support popup mode for sidebar panes #178375

fuweichin opened this issue Mar 26, 2023 · 2 comments
Assignees
Labels
*duplicate Issue identified as a duplicate of another issue(s)

Comments

@fuweichin
Copy link

fuweichin commented Mar 26, 2023

Type: Feature Request

To give room to code editors, especially when comparing files or opening two files side-by-side, currently I would hide sidebar panes (Explorer, Search, ..., Extensions), the problem is I need to hide them frequently and it bothers.

An extension named Auto Hide can partially solve the problem, but it cause movement / flickering to editor tabs. In Visual Studio, there is "Auto Hide" feature for view panels, and that doesn't cause movement / flickering to editor tabs.

So, I request a similar feature for Visual Studio Code: popup mode for sidebar panes.

In popup mode,

  • sidebar panes will show over editor tabs, instead of showing aside editor tabs
  • toggle of sidebar panes can be optionally triggered by mouseenter/mouselease, in addition to default click/blur

Thus, related settings may be like this:

{
  "workbench.sideBar.workingMode": "tab", // or "popup", "popup-hover"
}

VS Code version: Code 1.74.2 (e8a3071, 2022-12-20T10:29:14.590Z)
OS version: Windows_NT x64 10.0.19045
Modes:
Sandboxed: No

@VSCodeTriageBot
Copy link
Collaborator

Thanks for creating this issue! It looks like you may be using an old version of VS Code, the latest stable release is 1.76.2. Please try upgrading to the latest version and checking whether this issue remains.

Happy Coding!

@sbatten
Copy link
Member

sbatten commented Mar 27, 2023

duplicate #3742

@sbatten sbatten closed this as not planned Won't fix, can't repro, duplicate, stale Mar 27, 2023
@sbatten sbatten added the *duplicate Issue identified as a duplicate of another issue(s) label Mar 27, 2023
@github-actions github-actions bot locked and limited conversation to collaborators May 11, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
*duplicate Issue identified as a duplicate of another issue(s)
Projects
None yet
Development

No branches or pull requests

4 participants