-
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
Option to autohide minimap when in split editor view #28310
Comments
I agree that it takes too much space with split editors, but I also like to look at the minimap sometimes -- maybe a nice solution would be to "auto-hide" the minimap? It would disappear when you edit code, and fade in if you, for example, start scrolling. Update: apparently, there is already a plugin like this for Atom, thought I'll leave a link for reference. |
As @quezak suggested, auto-hiding the minimap could also be a solution for this problem. |
Sublime text 3 also have a plugin for this, which i have used for a long time. The minimap is great when you need it, but often it just takes up way to much space, especially when you have more than one view open. |
+1 for auto-hiding and only show on scrolling. |
+1 |
+1 |
1 similar comment
+1 |
It seems that there are a lot of situations when a user may wish the minimap to be disabled. Perhaps a general solution is called for: editor.minimap.disableIf: ["fileFitsInView", "viewNotInFocus", "notScrolling"] However it is implemented, it would be very nice if there was support for conditionally disabling the minimap. |
Definitely would be a big win for me. I use a plugin to hide the explorer, which is a big win in split view, but the minimap really does take up a ton of space, especially in the (admittedly rare) instances where VS Code isn't maximized. But I definitely do want the minimap - I use highlighted markers to indicate points in files I want to bookmark, and the minimap is a great way to zip between them. |
We closed this issue because we don't plan to address it in the foreseeable future. If you disagree and feel that this issue is crucial: we are happy to listen and to reconsider. If you wonder what we are up to, please see our roadmap and issue reporting guidelines. Thanks for your understanding, and happy coding! |
Steps to Reproduce:
"editor.minimap.enabled": true
Idea: There should be an option when user is in Split Editor the minimap will be hidden automatically.
Especially on smaller resolutions the minimap takes too much space when working in Split Editor view.
For example something like this:
"editor.minimap.spliteditorhide": true
The text was updated successfully, but these errors were encountered: