How to enable font ligatures in VSCode
What are font ligatures?
It’s an interesting feature in fonts like JetBrains Mono.
I have enabled Jetbrains Mono, but why not see font ligatures?
I think VSCode or Word disables this feature by default, and we need to change font options to enable this feature.
VSCode
Open “Menu”-“Setting”, open “setting.json”, and change this option:
1 | "editor.fontLigatures": true |