🗛 Tweak Settings

Customize your theme and add font ligatures

Tasks

✨ Trick - Ligatures

Font ligatures are special symbols that combine multiple characters into a single symbol and arguably make your code more readable. Enable ligatures in VS Code by adding the following changes to your settings (note: you must install Fira Code font on your machine).

file_type_config settings.json
{
    "editor.fontFamily": "Fira Code",
    "editor.fontLigatures": true
}

Questions? Let's chat

Open Discord