简体   繁体   中英

Font ligatures in VSCode

Can someone tell me how to obtain this ligatures? It is a specific font or a settings configuration? image

Tried running that font from at WhatTheFont but couldn't find it. Looks like a custom font I guess. A great paid option is Operator Mono which's $200 and a free option is Fira Code.

I suggest you setup FiraCode with ligatures.

Step #1 : Install Fira Code.

Step #2 : Set the font in VSCode settings:

"editor.fontFamily": "Fira Code, Menlo, Monaco, 'Courier New', monospace",
"editor.fontLigatures": true,

Step #3 : Restart/reload VSCode.

That's about it.

this font named Operator Thin Italic it is very expensive like may be 400 USD take a look https://www.typography.com/fonts/operator/styles

use Fira Code

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM