-
Notifications
You must be signed in to change notification settings - Fork 30.1k
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
Propagate font feature settings from editor to suggest widget #87994
Comments
Are you talking about the font? |
Of course, it is about the font. |
Umm... I don't understand the new title. I just thought that when OpenType customization was implemented for the editor, the fill suggestions were overlooked. |
Notice the |
Forgot a word, updates the title again |
The IntelliSense just needs to automatically match the editor. |
Well, turns out we actually do apply the editor font in the suggest widget. I guess this is a ligature issue. @AlsoScratch Please share your settings with me. |
It's a font called Iosevka and it uses what I may call custom OpenType tags to modify individual characters like |
The
|
Ok, I am starting to understand now (sorry not a font expert). I have pushed a change that makes sure that we use the same font features in the suggest widget as we do in the editor. Tomorrow's insider build should contains this change, please report back if it then works for you. |
I don't use insider, I only trust official releases. |
Insiders is an official release. |
Isn't it the one that always has the latest commit, something like that? |
It's a daily build (usually from 8am CET) which contains the latest changes and allows you to see what will come in VS Code. |
Oh, I just realized that the word 'settings' in the title is misspelled. |
@jrieken Your change is applied to the details widget, but I think the OP is asking for the suggest item list to share font feature setting. I don't think we want to apply the font feature settings to the details widget, as it uses system's default sans-serif font (such as San Francisco on macOS), and font features that apply to monospace coding font (such as his choice, Ioveska) might cause weird rendering in details widget. |
It also needs to be propagated to the Python terminal. |
Please open new issue for terminal then. It is a completely different area. |
Steps to Reproduce:
settings.json
documentDoes this issue occur when all extensions are disabled?: Yes
The text in the editor is correct based on my OpenType settings, but the fill suggestions are still the default. (Note differences in
i
andl
)The text was updated successfully, but these errors were encountered: