-
Notifications
You must be signed in to change notification settings - Fork 30.7k
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
Minimap Section Header Labels Are Really Hard To Read #209989
Comments
There are also other things, like configuring the color of the labels (which can also make them a lot readable and unreadable, and I'm going to fix them as well) |
Not exactly related, as this issue targets the minimap view. But we could also let the user configure the looks of the section markers in the editor: I used a highlighter extension like https://marketplace.visualstudio.com/items?itemName=fabiospampinato.vscode-highlight (there are many similar) I gave a custom style to the marker and the title. Also added custom gutter and scrollbar overview rulers (I can post the config, just ask) Also if you note, I used two different markers to kind of specify hierarchy and matched them with different syles. Overall this marker hightlighting customization is similar to what existing extension do, but with built-in support (hence I hope better performance) and minimap renders.
|
Does this issue occur when all extensions are disabled?: Yes
The amazing work of @dgileadi on #190759 has been a wish come true for many of us. (Thanks a lot really!). In the past days trying to use it, I have noticed that it lacks readability a lot. I compared the feature to Xcode and what I saw was two things:
The combination of the two makes readability a lot more on Xcode's side on even smaller font sizes than of the vscode:
Thanks to the freshness of the feature, I could read the PR and develop both of them for vscode as well, which I will create as a PR right away:
The text was updated successfully, but these errors were encountered: