-
Notifications
You must be signed in to change notification settings - Fork 29.3k
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 us to change the font type and size of find-replace widget #101064
Comments
Corcordo com o recurso acima, as letras maiores ajudaria bastante da ux da interface |
That is clearly a very important accessibility aspect even for English users, as long texts do not fit. |
@ssbarnea You can drag the left edge of the find widget to expand it. But it desperately needs a larger font size/letter spacing if you are working with regex's in particular. |
And I think it needs Syntax Highlighting for Regex (Regular Expressions) |
agree that find/replace box should use monospace font only! |
So, any updates or workarounds? :( |
Dragging the left edge to resize does not seem to be possible in my VS Code, is there a setting that I need to change or is this perhaps an insiders edition (that am not using yet) feature. Thanks for any replies. |
Here's a workaround until there's a setting for it. Use the Command Palette (
NB: Never paste or run any JavaScript in the developer console that you don't understand what it does. If you want to make it semi-permanent, you could try: be5invis.vscode-custom-css. This extension is not super user-friendly, but it does work, and if properly setup, would make the setting "stick" until the next VSCode update was applied. |
I tried, but then I came across this which indicates the Webview Developer Tools are...deprecated? I found that after my editor didn't open any new window after trying |
Related on Stack Overflow: How do I increase the font size in VS Code find widget? |
I'm really looking forward to this feature. It's been getting in my way for a while, and accessibility like this would help a lot. |
You're right, the |
That worked, mike-clark-8192! I used the |
@mike-clark-8192 Turns out that js in the console works, but is not permanent. How to make the change persistent? |
Hi, and please! It's unreadable for my limited eyes:
I know we are now able to resize the widget horizontally (like pointed out at issues #2657, #20447 and #2220), but that doesn't change the legibility of the inserted characters.
Look how easier it is on Sublime Text to read:
There should be a pair of settings like
"editor.FindReplaceWidgetFontFace": "Consolas",
and"editor.FindReplaceWidgetFontSize": "16",
(the names are just examples).The text was updated successfully, but these errors were encountered: