-
-
Notifications
You must be signed in to change notification settings - Fork 21.5k
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
Include option to disable !=, ==, === icons (ligatures, glyphs) in text editor #62654
Comments
You can avoid this by overriding |
This is already available as the contextual ligatures editor setting. No need to change the code font 🙂 It was already discussed in past issues as to whether code ligatures should be enabled by default. We chose to leave them enabled by default as is done in other popular code editors. |
I see the setting, thank you. TIL what |
This is pending for #48548 to be merged. It's stuck on a CI issue though. |
We should reconsider having this on by default, it's pretty confusing/annoying. I use Visual Studio, VS code and Jetbrains Rider and have never seen ligatures used before. |
See #63865. |
Godot version
Godot 4 e093cfd
System information
Win 10/64 NVIDIA GeForce GTX 1060/PCIe/SSE2
Issue description
This may seem like an ungrateful nitpick, but it would be appreciated if the option to disable the conversion of
!=
into this iconwould be great. I can't find any option to disable it in the editor settings.
This goes for any other text replacing icons.
I've also found
==
turns intoand
===
turns into, though I don't even know if that's an operator.
While it may be nice for some users, I think it's less readable, and I can't type
so don't want to see it in my code.
Steps to reproduce
Type
!=
in the editor.Minimal reproduction project
No response
The text was updated successfully, but these errors were encountered: