FiraCode
FiraCode copied to clipboard
Disable '0x' ligatures in hexadecimal
I find that the 'x' variant in '0xffff' or in string 'ffej2f354x23' to be very annoying, do we have an option in [editor.ligatures] to shut it down?
Not currently, no
Why does that exist in the first place? Are there really cases when we use "x" instead of "*" for multiplicating in the code?
All the time! 640x480 for example
All the time! 640x480 for example
If I really want to shut down this feature in vscode, how should I do? I work in embedded software, we have so many hex number here, please :)
Only way would be to disable all ligatures
Only way would be to disable all ligatures
Well, thank you for reply anyway!