-
Notifications
You must be signed in to change notification settings - Fork 29.9k
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
[Enhance]Minimap enhancement with some features! #20853
Comments
I'd suggest to instead provide a minimap API for extensions (similar to the one that Atom has) where the extension developers can manipulate parts of the minimap (ie: marking parts of the minimap with a specific color). Atom package developers did some amazing things with the API, here are a few examples:
|
+1 @varemenos for that, especially the highlight selected word. I love in Atom being able to double click a word and quickly seeing in the minimap all the instances of it highlighted (in the minimap) for the whole file. |
I really like being able to double click on a word and see every instance of this word within the file. I really miss this from atom. |
I would love to add some feature-wishes :)
It is annoying that the Minimap "zooms" in and the top or bottom of a file is cut of when a longer file is used. The Minimap in Visual Studio just works nice. A function like this one would be really appreciated. |
git diff highlights in the minimap are super useful. |
2019 7 29; there is still no git diff highlights in minimap |
For issue management, it's much easier if each issue is tracking a single feature request. Looking through the existing minimap feature requests, I believe all of these requests are already covered. migrate minimap and scrollbar when minimap enabled: #28653 So I will go ahead and close this issue. Please let me know if I missed anything. |
@RMacfarlane Thank you for referencing related tickets and features. When i have a very long file like 100 lines with word wrap the right sidebar does not show the complete file. The content of the sidebar is still scrolling with the content. So i just see the current content and something above and below. As i mentioned before a scrollbar like Visual Studio would be nice where i see the whole content so i can switch positions by using one click only. I guess there could be people who like this feature as it is. Maybe it could be possible to change this behavior by parameter to be "visual studio alike". Ticket #21404 does not resolve the "scrolling minimap" issue. |
Alright. Thank you for adding the reference. |
For anyone interested this is now tracked in issue #84151 |
First, the minimap is really useful and exciting feature added recently.
But there are some enhancements:
one: migrate minimap and scrollbar when minimap enabled, this will make the right part of editor looks simple but powerful.
two: git status in minimap. this would a good feature for people find which parts of code has changed quickly.
three: make the gray block to identify position of a file more gray.
The text was updated successfully, but these errors were encountered: